|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Comment
public final class Comment
Represents a comment on a slide.
Method Summary | |
---|---|
ICommentAuthor |
getAuthor()
Returns the author of a comment. |
java.util.Date |
getCreatedTime()
|
java.awt.geom.Point2D.Float |
getPosition()
|
ISlide |
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
.
getText
in interface IComment
public void setText(java.lang.String value)
setText
in interface IComment
public java.util.Date getCreatedTime()
getCreatedTime
in interface IComment
public void setCreatedTime(java.util.Date value)
setCreatedTime
in interface IComment
public ISlide getSlide()
Returns or sets the parent slide of a comment.
Read-only Slide
.
getSlide
in interface IComment
public ICommentAuthor getAuthor()
Returns the author of a comment.
Read-only CommentAuthor
.
getAuthor
in interface IComment
public java.awt.geom.Point2D.Float getPosition()
getPosition
in interface IComment
public void setPosition(java.awt.geom.Point2D.Float value)
setPosition
in interface IComment
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |