Comment / CommentAuthor — Aspose.Slides FOSS for C++ API Reference
Properties
Properties Comment الفئة تمثل تعليق مراجعة على شريحة.
Properties: Aspose::Slides::Foss
#include <Aspose/Slides/Foss/comment.h>Properties: include/Aspose/Slides/Foss/comment.h
Properties
| Properties | Properties |
|---|---|
set_text(const std::string&) | تعيين نص التعليق. |
created_time() | إرجاع طابع الزمن لإنشاء التعليق. |
set_created_time(...) | تعيين طابع الزمن لإنشاء التعليق. |
position() | إرجاع موضع التعليق على الشريحة. |
set_position(...) | تعيين موضع التعليق. |
set_parent_comment(...) | تعيين التعليق الأب (للردود المتسلسلة). |
CommentAuthor
Properties CommentAuthor الفئة تمثل مؤلف تعليق المراجعة.
#include <Aspose/Slides/Foss/comment_author.h>Properties: include/Aspose/Slides/Foss/comment_author.h
يتم إدارة مؤلفي التعليقات من خلال. CommentAuthorCollection على Presentation.
CommentCollection
مجموعة قابلة للتكرار من Comment كائنات. يتم استرجاع التعليقات على شريحة معينة عبر Slide::get_slide_comments().