ICommentAuthorCollection — Aspose.Slides FOSS Python API Reference
ICommentAuthorCollection — Represents a collection of i comment author objects.
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, initials) | ICommentAuthor | |
to_array() | list[ICommentAuthor] | |
find_by_name(name) | list[ICommentAuthor] | |
find_by_name_and_initials(name, initials) | list[ICommentAuthor] | |
remove_at(index) | None | |
remove(author) | None | |
clear() | None |