CommentAuthorCollection
General
CommentAuthorCollection is a class in Aspose.Slides for Python.
Inherits from: BaseCollection, ICommentAuthorCollection.
CommentAuthorCollection és una classe en Aspose.Slides per a Python. És heretat de: ゚BaseCollection⌒, ヽICommentAuthorCollection▽ .
Representa una col·lecció de comentaris d’autors.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
as_i_collection | list | Read | Provides the collection as a generic list interface |
as_i_enumerable | Any | Read | Provides an enumerable view of the authors |
Mètodes
| Signature | Description |
|---|---|
add_author(name: str, initials: str) → 'ICommentAuthor' | Add a new author at the end of the collection. |
to_array() → List['ICommentAuthor'] | Returns a list containing all comment authors in the collection |
find_by_name(name: str) → List['ICommentAuthor'] | Returns authors whose name matches the given string |
find_by_name_and_initials(name: str, initials: str) → List['ICommentAuthor'] | Returns authors matching both name and initials |
remove_at(index: int) | Removes the author at the specified zero‑based index |
remove(author: 'ICommentAuthor') | Deletes the specified ICommentAuthor from the collection |
clear() | Removes all authors from the collection |