CommentCollection class
Contents
[
Hide
]CommentCollection class
Represents a collection of comments of one author.
The CommentCollection type exposes the following members:
Gets the element at the specified index.
Read-only Comment.
Indexer
| Name | Description | 
|---|---|
| [index] | 
Methods
| Method | Description | 
|---|---|
| to_array | Creates and returns an array with all comments. | 
| to_array | Creates and returns an array with all comments from the specified range. | 
| add_comment | Add new comment at the end of a collection. | 
| add_modern_comment | Add new modern comment at the end of a collection. | 
| insert_comment | Insert new comment to a collection at the specified index. | 
| insert_modern_comment | Insert new modern comment to a collection at the specified index. | 
| remove_at | Removes the element at the specified index in a collection. | 
| remove | Removes the first occurrence of the specified comment in a collection. | 
| clear | Removes all comments from a collection. | 
| find_comment_by_idx | Finds a comment in the collection by index. | 
See Also
- class Comment
- module aspose.slides
- library Aspose.Slides