IComment class

IComment class

Represents a comment on a slide.

The IComment 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.

Methods

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

See Also