Comment class
Contents
[
Hide
]Comment class
Represents a comment on a slide.
The Comment 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 . |
Methods
Method | Description |
---|---|
remove | Removes comment and all its replies from the parent collection. |
See Also
- module
aspose.slides
- library
Aspose.Slides