CommentAuthor

Overview

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

Represents an author of comments.

This class provides 1 method for working with CommentAuthor objects in Python programs. Available methods include: remove. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: comments, initials, name.

Properties

NameTypeAccessDescription
namestrRead/WriteReturns or sets the author’s name.
initialsstrRead/WriteReturns 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