CommentAuthor
Overview
CommentAuthor is a class in Aspose.Slides FOSS for Java.
Inherits from: ICommentAuthor.
Represents an author of comments.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Represents the author’s name |
initials | String | Read | |
comments | ICommentCollection | Read | Provides access to the author’s comment collection |
id | int | Read | Returns the internal author id. |
Methods
| Signature | Description |
|---|---|
CommentAuthor(name: String, initials: String, id: int) | Creates a new comment author. |
initInternal(data: AuthorData, authorsPart: CommentAuthorsPart, pkg: OpcPackage, presentation: Presentation) | Initializes internal backing references that link this author to the |
| underlying OPC package data. | |
getName() → String | Returns the author’s name |
setName(name: String) | Sets the author’s name |
getInitials() → String | Returns the author’s initials |
setInitials(initials: String) | Sets the author’s initials |
getComments() → ICommentCollection | Returns the collection of comments authored by this author |
remove() | Deletes this author from the presentation |
getId() → int | Returns the internal author id. |