IComment
Contents
[
Hide
]
IComment class
Represents a comment on a slide.
The IComment type exposes the following members:
Properties
Name | Description |
---|---|
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