Comment — Aspose.Slides FOSS C++ API Reference

Comment — Represents a comment on a slide.

Package: Aspose::Slides


Methods

MethodReturnsDescription
set_text()voidSets the plain text of a slide comment.
created_time()std::chrono::system_clock::time_pointReturns the time of comment creation.
set_created_time()voidSets the time of comment creation.
position()Drawing::PointFReturns the position of this comment on the slide.
set_position()voidSets the position of this comment on the slide.
set_parent_comment()voidSets the parent comment.
idx()std::uint32_tReturns the unique index of this comment within its author’s scope.
remove()voidRemoves this comment and all its replies from the parent collection.

See Also