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
| Name | Type | Access | Description |
|---|---|---|---|
Text | string | Read/Write | Returns or sets the plain text of a slide comment. |
CreatedTime | DateTime? | Read/Write | Returns or sets the time of a comment creation. |
Slide | ISlide | Read | Returns the parent slide of a comment. |
Author | ICommentAuthor | Read | Returns the author of a comment. |
Position | PointF | Read/Write | Returns or sets the position of a comment on a slide. |
ParentComment | IComment? | Read/Write | Gets or sets parent comment. |
Methods
| Signature | Description |
|---|---|
Remove() | Removes comment and all its replies from the parent collection. |