Comment

Overview

Comment is a class in Aspose.Slides FOSS for Python. Inherits from: IComment.

Represents a comment on a slide.

This class provides 1 method for working with Comment 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: author, created_time, parent_comment, position, slide, text.

Properties

NameTypeAccessDescription
textstrRead/WriteReturns or sets the plain text of a slide comment.
created_timeAnyRead/WriteReturns or sets the time of a comment creation.
slide'ISlide'ReadReturns the parent slide of a comment.
author'ICommentAuthor'ReadReturns the author of a comment.
positionAnyRead/WriteReturns or sets the position of a comment on a slide.
parent_commentOptional['IComment']Read/WriteGets or sets parent comment.

Methods

SignatureDescription
remove()Removes comment and all its replies from the parent collection.

See Also