IModernComment
Contents
[
Hide
]
IModernComment class
Represents a comment on a slide.
The IModernComment type exposes the following members:
Properties
Name | Description |
---|---|
shape | Returns a shape associated with the comment. Read-only IShape. |
text_selection_start | Returns or sets starting position of text selection in text frame if the comment associated with AutoShape. Read/write |
text_selection_length | Returns or sets text selection length in text frame if the comment associated with AutoShape. Read/write |
status | Returns or sets the status of the comment. Read/write ModernCommentStatus. |
as_i_comment | Allows to get base IComment interface. Read-only IComment. |
text | Returns or sets the plain text of a slide comment. Read/write string. |
created_time | Returns or sets the time of a comment creation. Setting this property to min date value means no comment time is set. Read/write 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. |
Methods
Name | Description |
---|---|
remove() | Removes comment and all its replies from the parent collection. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides