IComment

Overview

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

Represents a comment on a slide.

Properties

NameTypeAccessDescription
TextstringRead/Write
CreatedTimeDateTime?Read/WriteReturns the date and time the comment was created, or null
SlideISlideRead
AuthorICommentAuthorReadGets the author information for this comment
PositionPointFRead/Write
ParentCommentIComment?Read/Write

Methods

SignatureDescription
Remove()Deletes this comment from its slide

See Also