ICommentCollection — Aspose.Slides FOSS Python API Reference
ICommentCollection — Represents a collection of i comment objects.
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) | None | |
remove(comment) | None | |
clear() | None |