ICommentCollection

ICommentCollection — Aspose.Slides FOSS Python API Reference

ICommentCollection — Represents a collection of i comment objects.

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)None
remove(comment)None
clear()None

See Also