Comment / CommentAuthor — Aspose.Slides FOSS for C++ API Reference
Properties
Properties Comment class 表示幻灯片上的审阅评论。.
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 class 表示审阅评论的作者。.
#include <Aspose/Slides/Foss/comment_author.h>Properties: include/Aspose/Slides/Foss/comment_author.h
评论作者通过以下方式管理: CommentAuthorCollection 在 Presentation.
CommentCollection
可迭代的集合 Comment 对象。特定幻灯片上的评论可通过以下方式检索: Slide::get_slide_comments().