GetSlideComments
ISlide.GetSlideComments method
Returns all slide comments added by specific author.
public IComment[] GetSlideComments(ICommentAuthor author)
Parameter | Type | Description |
---|---|---|
author | ICommentAuthor | Author of comments to find or null to return all comments. |
Return Value
Array of IComment
.
See Also
- interface IComment
- interface ICommentAuthor
- interface ISlide
- namespace Aspose.Slides
- assembly Aspose.Slides