Comment
Overview
Comment is a class in Aspose.Slides FOSS for .NET.
Inherits from: IComment.
Represents a comment on a slide.
This class provides 1 method for working with Comment 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 | Gets or sets the text. |
CreatedTime | DateTime? | Read/Write | Gets or sets the created time. |
Slide | ISlide | Read | Gets the slide. |
Author | ICommentAuthor | Read | Gets the author. |
Position | PointF | Read/Write | Gets or sets the position. |
ParentComment | IComment? | Read/Write | Gets or sets the parent comment. |
Methods
| Signature | Description |
|---|---|
Remove() | Removes the comment from its parent slide |