Comment

Overview

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

Represents a comment on a slide.

This class provides 1 method for working with Comment objects in .NET programs. Available methods include: Remove. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: Author, CreatedTime, ParentComment, Position, Slide, Text.

Properties

NameTypeAccessDescription
TextstringRead/WriteGets or sets the text.
CreatedTimeDateTime?Read/WriteGets or sets the created time.
SlideISlideReadGets the slide.
AuthorICommentAuthorReadGets the author.
PositionPointFRead/WriteGets or sets the position.
ParentCommentIComment?Read/WriteGets or sets the parent comment.

Methods

SignatureDescription
Remove()Removes the comment from its parent slide

See Also