to_array method
to_array
Creates and returns an array with all comments.
Returns
Array of IComment
.
def to_array(self):
...
to_array
Creates and returns an array with all comments from the specified range.
Returns
Array of IComment
.
def to_array(self, start_index, count):
...
Parameter | Type | Description |
---|---|---|
start_index | int | An index of a first comment to return. |
count | int | A number of comments to return. |
See Also
- class
IComment
- class
ICommentCollection
- module
aspose.slides
- library
Aspose.Slides