AuthorData
概述
AuthorData 是 C++ 的 FOSS 中的 Aspose.Slides 类.
评论作者的原始数据从XML解析.包裹一个Pugixml节点并为作者的属性提供输入访问者.通过设置器进行的更改直接反映在底层 XML节位中.
本类提供了10种方法,用于在C++程序中使用AuthorData对象. 有的方法包括: AuthorData, clr_idx, id, initials, last_idx, name, node, set_initials, set_last_idx, set_name. 在安装了Aspose.Slides FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
方法
| Signature | 描述情况 |
|---|---|
AuthorData(node: pugi::xml_node) | 构建一个 没有XML节点. |
id() → int32_t | 编辑人身份证. |
name() → std::string | 编辑显示名称. |
set_name(value: std::string_view) | 将作者的显示名称设置为给定的字符串 |
initials() → std::string | 作者的字母. |
set_initials(value: std::string_view) | 将作者的首字母设置为给定的字符串 |
last_idx() → int32_t | 文章的最后一个评论. |
set_last_idx(value: int32_t) | 为此作者设置最后的评论索引 |
clr_idx() → int32_t | 对于该作者,颜色索引 (周期09). |
node() → pugi::xml_node | 访问底层XML节点. |