ICommentAuthorCollection

ICommentAuthorCollection — Aspose.Slides FOSS Python API Reference

ICommentAuthorCollection — Represents a collection of i comment author objects.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
as_i_collectionlistRead-only
as_i_enumerableAnyRead-only

Methods

MethodReturnsDescription
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

See Also