ICommentAuthor
General
ICommentAuthor és una interfície en Aspose.Slides FOSS per Java.
Representa un autor de comentaris en una presentació.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Represents the author name |
initials | String | Read | Represents the author initials |
comments | ICommentCollection | Read | Provides the collection of comments authored by this author |
Mètodes
| 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. |