CommentAuthor
Overview
CommentAuthor is a class in Aspose.Slides FOSS for Python.
Inherits from: ICommentAuthor.
Represents an author of comments.
This class provides 1 method for working with CommentAuthor objects in Python programs.
Available methods include: remove.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: comments, initials, name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read/Write | Returns or sets the author’s name. |
initials | str | Read/Write | 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. |