|
||||||||
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()
Returns or sets the time of a comment creation. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
java.awt.geom.Point2D.Float |
getPosition()
Returns or sets the position of a comment on a slide. |
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 |
remove()
Removes comment from the parent collection. |
void |
setCreatedTime(java.util.Date value)
Returns or sets the time of a comment creation. |
void |
setPosition(java.awt.geom.Point2D.Float value)
Returns or sets the position of a comment on a slide. |
void |
setText(java.lang.String value)
Returns or sets the plain text of a slide comment. |
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)
Returns or sets the plain text of a slide comment.
Read/write String
.
setText
in interface IComment
public java.util.Date getCreatedTime()
Returns or sets the time of a comment creation.
Setting this property to DateTime.MinValue
means no comment time is set.
Read/write DateTime
.
getCreatedTime
in interface IComment
public void setCreatedTime(java.util.Date value)
Returns or sets the time of a comment creation.
Setting this property to DateTime.MinValue
means no comment time is set.
Read/write DateTime
.
setCreatedTime
in interface IComment
public ISlide getSlide()
Returns or sets the parent slide of a comment.
Read-only ISlide
.
getSlide
in interface IComment
public ICommentAuthor getAuthor()
Returns the author of a comment.
Read-only ICommentAuthor
.
getAuthor
in interface IComment
public java.awt.geom.Point2D.Float getPosition()
Returns or sets the position of a comment on a slide.
Read/write PointF
.
getPosition
in interface IComment
public void setPosition(java.awt.geom.Point2D.Float value)
Returns or sets the position of a comment on a slide.
Read/write PointF
.
setPosition
in interface IComment
public void remove()
Removes comment from the parent collection.
remove
in interface IComment
PptxEditException
- Thrown if comment is already removedpublic com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |