Modifier and Type | Method and Description |
---|---|
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.
|
IComment |
getParentComment()
Gets or sets parent comment.
|
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 and all its replies from the parent collection.
|
void |
setCreatedTime(java.util.Date value)
Returns or sets the time of a comment creation.
|
void |
setParentComment(IComment value)
Gets or sets parent comment.
|
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.
|
public final java.lang.String getText()
Returns or sets the plain text of a slide comment.
Read/write String
.
public final void setText(java.lang.String value)
Returns or sets the plain text of a slide comment.
Read/write String
.
public final java.util.Date getCreatedTime()
Returns or sets the time of a comment creation.
Setting this property to java.util.Date(Long.MIN_VALUE)
means no comment time is set.
Read/write Date
.
getCreatedTime
in interface IComment
public final void setCreatedTime(java.util.Date value)
Returns or sets the time of a comment creation.
Setting this property to java.util.Date(Long.MIN_VALUE)
means no comment time is set.
Read/write Date
.
setCreatedTime
in interface IComment
public final ISlide getSlide()
Returns or sets the parent slide of a comment.
Read-only ISlide
.
public final ICommentAuthor getAuthor()
Returns the author of a comment.
Read-only ICommentAuthor
.
public final java.awt.geom.Point2D.Float getPosition()
Returns or sets the position of a comment on a slide.
Read/write Point2D.Float
.
getPosition
in interface IComment
public final void setPosition(java.awt.geom.Point2D.Float value)
Returns or sets the position of a comment on a slide.
Read/write Point2D.Float
.
setPosition
in interface IComment
public final void remove()
Removes comment and all its replies from the parent collection.
remove
in interface IComment
PptxEditException
- Thrown if comment is already removedpublic final IComment getParentComment()
Gets or sets parent comment.
Read/write IComment
.
getParentComment
in interface IComment
PptxEditException
- Thrown when setting the value leads to a circular referencepublic final void setParentComment(IComment value)
Gets or sets parent comment.
Read/write IComment
.
setParentComment
in interface IComment
PptxEditException
- Thrown when setting the value leads to a circular referencepublic final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.