CommentAuthorCollection

CommentAuthorCollection — Aspose.Slides FOSS Python API Reference

CommentAuthorCollection — Represents a collection of comment author objects. Inherits from: BaseCollection.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
as_i_collectionlistRead-only
as_i_enumerableAnyRead-only

Methods

MethodReturnsDescription
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

See Also