CommentAuthor
Overview
CommentAuthor is a class in Aspose.Slides FOSS for Python.
Inherits from: ICommentAuthor.
Represents an author of comments.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | Returns or sets the author’s name. |
initials | str | Read | Returns or sets the author’s initials. |
comments | 'ICommentCollection' | Read | Returns the collection of comments made by this author. |
Methods
| Signature | Description |
|---|---|
remove() | Removes the author from the parent collection. |