Comment — Aspose.Slides FOSS C++ API Reference
Comment — Represents a comment on a slide.
Package: Aspose::Slides
Methods
| Method | Returns | Description |
|---|---|---|
set_text() | void | 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() | void | Sets the time of comment creation. |
position() | Drawing::PointF | Returns the position of this comment on the slide. |
set_position() | void | Sets the position of this comment on the slide. |
set_parent_comment() | void | Sets the parent comment. |
idx() | std::uint32_t | Returns the unique index of this comment within its author’s scope. |
remove() | void | Removes this comment and all its replies from the parent collection. |