IComment
Overview
IComment is a interface in Aspose.Slides FOSS for .NET.
Represents a comment on a slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Text | string | Read/Write | |
CreatedTime | DateTime? | Read/Write | Returns the date and time the comment was created, or null |
Slide | ISlide | Read | |
Author | ICommentAuthor | Read | Gets the author information for this comment |
Position | PointF | Read/Write | |
ParentComment | IComment? | Read/Write |
Methods
| Signature | Description |
|---|---|
Remove() | Deletes this comment from its slide |