CommentAuthorCollection — Aspose.Slides FOSS Python API Reference
CommentAuthorCollection — Represents a collection of comment author objects. Inherits from: BaseCollection.
Package: aspose.slides_foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
as_i_collection | list | Read-only | |
as_i_enumerable | Any | Read-only |
Methods
| Method | Returns | Description |
|---|---|---|
add_author(name: str, initials: str) | ICommentAuthor | |
to_array() | List['ICommentAuthor'] | |
find_by_name(name: str) | List['ICommentAuthor'] | |
find_by_name_and_initials(name: str, initials: str) | List['ICommentAuthor'] | |
remove_at(index: int) | None | |
remove(author: ICommentAuthor) | None | |
clear() | None |