CommentCollection — Aspose.Slides FOSS Python API Reference
CommentCollection — Represents a collection of comment objects. Inherits from: BaseCollection.
Package: aspose.slides_foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
as_i_collection | list | Read-only | |
as_i_enumerable | Any | Read-only |
Methods
| Method | Returns | Description |
|---|---|---|
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'] |