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