Comment
Overview
Comment is a class in Aspose.Slides FOSS for .NET.
Inherits from: IComment.
Represents a comment on a slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Text | string | Read/Write | Gets or sets the textual content of the comment |
CreatedTime | DateTime? | Read/Write | Gets the timestamp when the comment was created; may be null |
Slide | ISlide | Read | Gets the slide that contains this comment |
Author | ICommentAuthor | Read | Gets the author information associated with the comment |
Position | PointF | Read/Write | Gets the comment’s location on the slide as a PointF |
ParentComment | IComment? | Read/Write | Gets the parent comment if this is a reply, otherwise null |
Methods
| Signature | Description |
|---|---|
Remove() | Removes the comment from its parent slide |