IComment — Aspose.Slides FOSS Java API Reference
IComment — Represents a comment on a presentation slide.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
text | String | Read/Write | |
author | ICommentAuthor | Read/Write | |
slide | ISlide | Read/Write | |
position | PointF | Read/Write | |
createdTime | LocalDateTime | Read/Write | |
parentComment | Optional<IComment> | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getText() | String | Returns the comment text. |
setText(String value) | void | Sets the comment text. |
getAuthor() | ICommentAuthor | Returns the author of this comment. |
getSlide() | ISlide | Returns the slide this comment belongs to. |
getPosition() | PointF | Returns the position of the comment. |
getCreatedTime() | LocalDateTime | Returns the creation date/time. |
getParentComment() | Optional<IComment> | Returns the parent comment, if any. |
setParentComment(IComment parent) | void | Sets the parent comment. |
remove() | void | Removes this comment and all its replies from the parent collection. |