Comment
Overview
Comment is a class in Aspose.Slides FOSS for C++.
Represents a comment on a slide.
Methods
| Signature | Description |
|---|---|
set_text(value: std::string) | Sets the plain text of a slide comment. |
created_time() → std::chrono::system_clock::time_point | Returns the time of comment creation. |
set_created_time(value: std::chrono::system_clock::time_point) | Sets the time of comment creation. |
position() → Drawing::PointF | Returns the position of this comment on the slide. |
set_position(value: Drawing::PointF) | Sets the position of this comment on the slide. |
set_parent_comment(value: IComment) | Sets the parent comment. Pass nullptr to clear. |
idx() → std::uint32_t | Returns the unique index of this comment within its author’s scope. |
remove() | Removes this comment and all its replies from the parent collection. |