ModernComment class

ModernComment class

Represents a comment on a slide.

Inheritance:ModernCommentComment

The ModernComment type exposes the following members:

Properties

PropertyDescription
textReturns or sets the plain text of a slide comment.
Read/write str.
created_timeReturns or sets the time of a comment creation.
Setting this property to System.DateTime means no comment time is set.
Read/write System.DateTime.
slideReturns or sets the parent slide of a comment.
Read-only ISlide.
authorReturns the author of a comment.
Read-only ICommentAuthor.
positionReturns or sets the position of a comment on a slide.
Read/write aspose.pydrawing.PointF.
parent_commentGets or sets parent comment.
Read/write IComment.
shapeReturns a shape associated with the comment.
Read-only IShape.
text_selection_startGets or sets starting position of text selection in text frame if the comment associated with AutoShape.
Read/write int.
text_selection_lengthGets or sets text selection length in text frame if the comment associated with AutoShape.
Read/write int.
statusGets or sets the status of the comment.
Read/write ModernCommentStatus.

Methods

MethodDescription
removeRemoves comment and all its replies from the parent collection.

See Also