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

ParameterTypeDescription
authorSystem::SharedPtr<ICommentAuthor>Author of comments to find or null to return all comments.

Return Value

Array of IComment.

See Also