|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IComment
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. |
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. |
Method Detail |
---|
java.lang.String getText()
Returns or sets the plain text of a slide comment.
Read/write String
.
void setText(java.lang.String value)
Returns or sets the plain text of a slide comment.
Read/write String
.
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 java.util.Date
.
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 java.util.Date
.
ISlide getSlide()
Returns or sets the parent slide of a comment.
Read-only ISlide
.
ICommentAuthor getAuthor()
Returns the author of a comment.
Read-only ICommentAuthor
.
java.awt.geom.Point2D.Float getPosition()
Returns or sets the position of a comment on a slide.
Read/write java.awt.geom.Point2D.Float
.
void setPosition(java.awt.geom.Point2D.Float value)
Returns or sets the position of a comment on a slide.
Read/write java.awt.geom.Point2D.Float
.
void remove()
Removes comment from the parent collection.
PptxEditException
- Thrown if comment is already removed
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |