IComment

Overview

IComment is a interface in Aspose.Slides FOSS for .NET.

Represents a comment on a slide.

This interface provides 1 method for working with IComment 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/WriteReturns or sets the plain text of a slide comment.
CreatedTimeDateTime?Read/WriteReturns or sets the time of a comment creation.
SlideISlideReadReturns the parent slide of a comment.
AuthorICommentAuthorReadReturns the author of a comment.
PositionPointFRead/WriteReturns or sets the position of a comment on a slide.
ParentCommentIComment?Read/WriteGets or sets parent comment.

Methods

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

See Also