ToArray()
ICommentCollection::ToArray() method
Creates and returns an array with all comments.
virtual System::ArrayPtr<System::SharedPtr<IComment>> Aspose::Slides::ICommentCollection::ToArray()=0
Return Value
Array of IComment.
ICommentCollection::ToArray(int32_t, int32_t) method
Creates and returns an array with all comments from the specified range.
virtual System::ArrayPtr<System::SharedPtr<IComment>> Aspose::Slides::ICommentCollection::ToArray(int32_t startIndex, int32_t count)=0
Arguments
Parameter | Type | Description |
---|---|---|
startIndex | int32_t | An index of a first comment to return. |
count | int32_t | A number of comments to return. |
Return Value
Array of IComment.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IComment
- Class ICommentCollection
- Namespace Aspose::Slides
- Library Aspose.Slides