CommentCollection

CommentCollection — Aspose.Slides FOSS Python API Reference

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

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
as_i_collectionlistRead-only
as_i_enumerableAnyRead-only

Methods

MethodReturnsDescription
to_array()list['IComment']
add_comment(text, slide, position, creation_time)IComment
insert_comment(index, text, slide, position, creation_time)IComment
remove_at(index: int)None
remove(comment)None
clear()None
find_comment_by_idx(idx)Optional['IComment']

See Also