NotesSlidePart
概述
NotesSlidePart 是 C++ 的 FOSS 中的 Aspose.Slides 类.
记忆片的空间持有器存储中的内部表示.位置持有人存在的轨迹及其文本内容.
本类提供6种方法,用于在C++程序中与NotesSlidePart对象工作. 有的方法包括: NotesSlidePart, add_placeholder, get_placeholder_text, has_placeholder, remove_placeholder, set_placeholder_text. 在安装了Aspose.Slides FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
方法
| Signature | 描述情况 |
|---|---|
NotesSlidePart() | |
has_placeholder(type: std::string_view) → bool | 检查是否存在给定类型的占位符. |
add_placeholder(type: std::string_view) | 添加给定类型的位置记号 (如果已经存在,则无选项). |
remove_placeholder(type: std::string_view) | 删除给定类型的符号 (如果没有,则无选项). |
set_placeholder_text(type: std::string_view, text: std::string_view) | 设置一个占位符的文本内容,如果需要的话就创建它. |
get_placeholder_text(type: std::string_view) → std::string | 得到一个占位符的文本内容,或者如果没有的话空字串. |