|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.CommentEx
public final class CommentEx
Represents a comment on a slide.
Method Summary | |
---|---|
CommentAuthorEx |
getAuthor()
Returns the author of a comment. |
java.util.Date |
getCreatedTime()
|
java.awt.geom.Point2D.Float |
getPosition()
|
SlideEx |
getSlide()
Returns or sets the parent slide of a comment. |
java.lang.String |
getText()
Returns or sets the plain text of a slide comment. |
void |
setCreatedTime(java.util.Date value)
|
void |
setPosition(java.awt.geom.Point2D.Float value)
|
void |
setText(java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getText()
Returns or sets the plain text of a slide comment.
Read/write string
.
public void setText(java.lang.String value)
public java.util.Date getCreatedTime()
public void setCreatedTime(java.util.Date value)
public SlideEx getSlide()
Returns or sets the parent slide of a comment.
Read-only SlideEx
.
public CommentAuthorEx getAuthor()
Returns the author of a comment.
Read-only CommentAuthorEx
.
public java.awt.geom.Point2D.Float getPosition()
public void setPosition(java.awt.geom.Point2D.Float value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |