com.aspose.slides.pptx
Class CommentEx
java.lang.Object
com.aspose.slides.pptx.CommentEx
public final class CommentEx
- extends java.lang.Object
Represents a comment on a slide.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getText
public java.lang.String getText()
- Returns:
- Plain text of a slide comment.
setText
public void setText(java.lang.String text)
- Parameters:
text
- - Plain text of a slide comment.
getCreatedTime
public java.util.Date getCreatedTime()
- Returns:
- Time of a comment creation.
setCreatedTime
public void setCreatedTime(java.util.Date dateTime)
- Parameters:
dateTime
- - Time of a comment creation.
getSlide
public SlideEx getSlide()
- Returns:
- Parent slide of a comment.
getAuthor
public CommentAuthorEx getAuthor()
- Returns:
- Author of a comment.
getPosition
public java.awt.geom.Point2D.Float getPosition()
- Returns:
- Position of a comment on a slide.
setPosition
public void setPosition(java.awt.geom.Point2D.Float position)
- Parameters:
position
- - Position of a comment on a slide.