get_slide_comments method

get_slide_comments

Returns all slide comments added by specific author.

Returns

Array of IComment.

def get_slide_comments(self, author):
    ...
ParameterTypeDescription
authorICommentAuthorAuthor of comments to find or null to return all comments.

See Also