ICommentAuthor
Overview
ICommentAuthor is a interface in Aspose.Slides FOSS for Java.
Represents a comment author in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Returns the author name. |
initials | String | Read | Returns the author initials. |
comments | ICommentCollection | Read | Returns the collection of comments by this author. |
Methods
| Signature | Description |
|---|---|
getName() → String | Returns the author name. |
setName(name: String) | Sets the author name. |
getInitials() → String | Returns the author initials. |
setInitials(initials: String) | Sets the author initials. |
getComments() → ICommentCollection | Returns the collection of comments by this author. |
remove() | Removes this author and all their comments from the presentation. |