Comment

Overview

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

Represents a comment on a slide.

Properties

NameTypeAccessDescription
TextstringRead/WriteGets or sets the textual content of the comment
CreatedTimeDateTime?Read/WriteGets the timestamp when the comment was created; may be null
SlideISlideReadGets the slide that contains this comment
AuthorICommentAuthorReadGets the author information associated with the comment
PositionPointFRead/WriteGets the comment’s location on the slide as a PointF
ParentCommentIComment?Read/WriteGets the parent comment if this is a reply, otherwise null

Methods

SignatureDescription
Remove()Removes the comment from its parent slide

See Also