Comment
Overview
Comment is a class in Aspose.Slides FOSS for Python.
Inherits from: IComment.
Represents a comment on a slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
text | str | Read | Returns or sets the plain text of a slide comment. |
created_time | Any | Read | Returns or sets the time of a comment creation. |
slide | 'ISlide' | Read | Returns the parent slide of a comment. |
author | 'ICommentAuthor' | Read | Returns the author of a comment. |
position | Any | Read | Returns or sets the position of a comment on a slide. |
parent_comment | Optional['IComment'] | Read | Gets or sets parent comment. |
Methods
| Signature | Description |
|---|---|
remove() | Removes comment and all its replies from the parent collection. |