CommentAuthor
Represents an author of comments.
| 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. |
Error
| Error | Condition |
|---|
| PptxEditException | Thrown if author is already removed. |
setInitials
| Name | Description |
|---|
| setInitials (String) | Returns or sets the authors initials. Read/write String. |
setName
| Name | Description |
|---|
| setName (String) | Returns or sets the author’s name. Read/write String. |