ModernComment class
Contents
[
Hide
]ModernComment class
Represents a comment on a slide.
Inheritance:ModernComment
→ Comment
The ModernComment type exposes the following members:
Properties
Property | Description |
---|---|
text | Returns or sets the plain text of a slide comment. Read/write str. |
created_time | Returns or sets the time of a comment creation. Setting this property to System.DateTime means no comment time is set. Read/write System.DateTime. |
slide | Returns or sets the parent slide of a comment. Read-only ISlide . |
author | Returns the author of a comment. Read-only ICommentAuthor . |
position | Returns or sets the position of a comment on a slide. Read/write aspose.pydrawing.PointF. |
parent_comment | Gets or sets parent comment. Read/write IComment . |
shape | Returns a shape associated with the comment. Read-only IShape . |
text_selection_start | Gets or sets starting position of text selection in text frame if the comment associated with AutoShape. Read/write int. |
text_selection_length | Gets or sets text selection length in text frame if the comment associated with AutoShape. Read/write int. |
status | Gets or sets the status of the comment. Read/write ModernCommentStatus . |
Methods
Method | Description |
---|---|
remove | Removes comment and all its replies from the parent collection. |
See Also
- class
Comment
- class
ModernComment
- module
aspose.slides
- library
Aspose.Slides