ICommentCollection
Contents
[
Hide
]
ICommentCollection class
Represents a collection of comments of one author.
The ICommentCollection type exposes the following members:
Properties
Name | Description |
---|---|
as_i_collection | Returns ICollection class. |
as_i_enumerable | Returns IEnumerable class. |
Indexer
Name | Description |
---|---|
[index] | Gets the element at the specified index. Read-only IComment. |
Methods
Name | Description |
---|---|
to_array() | Creates and returns an array with all comments. |
to_array(start_index, count) | Creates and returns an array with all comments from the specified range. |
add_comment(text, slide, position, creation_time) | Add new comment at the end of a collection. |
add_modern_comment(text, slide, shape, position, creation_time) | Add new modern comment at the end of a collection. |
insert_comment(index, text, slide, position, creation_time) | Insert new comment to a collection at the specified index. |
insert_modern_comment(index, text, slide, shape, position, creation_time) | Insert new modern comment to a collection at the specified index. |
remove_at(index) | Removes the element at the specified index in a collection. |
remove(comment) | Removes the element at the specified index in a collection. |
clear() | Removes all comments from a collection. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides