CommentAuthor — Aspose.Slides FOSS Java API Reference
CommentAuthor — Represents an author of comments. Inherits from: ICommentAuthor.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
name | String | Read/Write | |
initials | String | Read/Write | |
comments | ICommentCollection | Read/Write | |
id | int | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(AuthorData data, CommentAuthorsPart authorsPart, OpcPackage pkg, Presentation presentation) | void | Initializes internal backing references that link this author to the underlying OPC package data. |
getName() | String | |
setName(String name) | void | |
getInitials() | String | |
setInitials(String initials) | void | |
getComments() | ICommentCollection | |
remove() | void | |
getId() | int | Returns the internal author id. |