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

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

Return Value

Array of Comment.

See Also