ICommentAuthorCollection

ICommentAuthorCollection — Aspose.Slides FOSS Python API Reference

Overview

ICommentAuthorCollection represents a collection of i comment author objects. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition.

Package: aspose.slides_foss


Description

ICommentAuthorCollection is a class in the Aspose.Slides FOSS library for Python that exposes 7 methods and 2 properties for programmatic use. It extends ABC, inheriting shared functionality from its parent type.

Core capabilities include: list; icommentauthor; list[icommentauthor]. These operations enable developers to integrate icommentauthorcollection functionality directly into Python applications.

Properties

PropertyTypeAccessDescription
as_i_collectionlistRead-onlyThe as_i_collection value.
as_i_enumerableAnyRead-onlyThe as_i_enumerable value.

Methods

MethodReturnsDescription
add_author(name, initials)ICommentAuthorAdds a _author to this collection.
to_array()list[ICommentAuthor]Converts this object to a _array representation.
find_by_name(name)list[ICommentAuthor]Searches for and returns the specified _by_name, or null if not found.
find_by_name_and_initials(name, initials)list[ICommentAuthor]Searches for and returns the specified _by_name_and_initials, or null if not found.
remove_at(index)NoneRemoves the specified _at from this collection.
remove(author)NoneRemoves the specified from this collection.
clear()NonePerforms the clear operation.

See Also