CommentAuthor

Overview

CommentAuthor is a class in Aspose.Slides FOSS for Python. Inherits from: ICommentAuthor.

Represents an author of comments.

Properties

NameTypeAccessDescription
namestrReadReturns or sets the author’s name.
initialsstrReadReturns or sets the author’s initials.
comments'ICommentCollection'ReadReturns the collection of comments made by this author.

Methods

SignatureDescription
remove()Removes the author from the parent collection.

See Also