Comment

Overview

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

Represents a comment on a slide.

Properties

NameTypeAccessDescription
textstrReadReturns or sets the plain text of a slide comment.
created_timeAnyReadReturns 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.
positionAnyReadReturns or sets the position of a comment on a slide.
parent_commentOptional['IComment']ReadGets or sets parent comment.

Methods

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

See Also