ICommentAuthor — Aspose.Slides FOSS Java API Reference
ICommentAuthor — Represents a comment author in a presentation.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
name | String | Read/Write | |
initials | String | Read/Write | |
comments | ICommentCollection | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getName() | String | Returns the author name. |
setName(String name) | void | Sets the author name. |
getInitials() | String | Returns the author initials. |
setInitials(String initials) | void | Sets the author initials. |
getComments() | ICommentCollection | Returns the collection of comments by this author. |
remove() | void | Removes this author and all their comments from the presentation. |