CommentAuthor
CommentAuthor class
Represents an author of comments.
getComments
| Name | Description |
|---|---|
| getComments () | Returns the collection of comments made by this author. Read-only ICommentCollection. |
Returns: CommentCollection
getInitials
| Name | Description |
|---|---|
| getInitials () | Returns or sets the authors initials. Read/write String. |
Returns: String
getName
| Name | Description |
|---|---|
| getName () | Returns or sets the author’s name. Read/write String. |
Returns: String
remove
| Name | Description |
|---|---|
| remove () | Removes the author from the parent collection. |
Returns: void
Exception
| Error | Condition |
|---|---|
| PptxEditException | Thrown if author is already removed. |
setInitials
| Name | Description |
|---|---|
| setInitials (String) | Returns or sets the authors initials. Read/write String. |
Returns: void
setName
| Name | Description |
|---|---|
| setName (String) | Returns or sets the author’s name. Read/write String. |
Returns: void