GetSlideComments()
Slide::GetSlideComments(System::SharedPtr<ICommentAuthor>) method
Returns all slide comments added by specific author.
System::ArrayPtr<System::SharedPtr<IComment>> Aspose::Slides::Slide::GetSlideComments(System::SharedPtr<ICommentAuthor> author) override
Arguments
Parameter | Type | Description |
---|---|---|
author | System::SharedPtr<ICommentAuthor> | Author of comments to find or null to return all comments. |
Return Value
Array of Comment.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IComment
- Class ICommentAuthor
- Class Slide
- Namespace Aspose::Slides
- Library Aspose.Slides