CoreDocumentProperties
CoreDocumentProperties
Overview
CoreDocumentProperties 是 C++ 的 FOSS 中的 Aspose.Cells 类.
表示核心文档属性.
这个类提供24种方法,用于在C++程序中与CoreDocumentProperties对象工作. 有的方法包括: GetCategory, GetContentStatus, GetCreated, GetCreator, GetDescription, GetKeywords, GetLastModifiedBy, GetModel, GetModified, GetRevision, GetSubject, GetTitle,其他11种方法. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
Methods
| Signature | Description |
|---|---|
GetTitle() → std::string | 获得或设置标题. |
SetTitle(value: std::string) | 设置标题值. |
GetSubject() → std::string | 得到或设置主题. |
SetSubject(value: std::string) | 设置主题值. |
GetCreator() → std::string | 得到或设置创造者. |
SetCreator(value: std::string) | 设置创建值. |
GetKeywords() → std::string | 获取或设置关键词. |
SetKeywords(value: std::string) | 设置关键词的值. |
GetDescription() → std::string | 得到或设置描述. |
SetDescription(value: std::string) | 设置描述值. |
GetLastModifiedBy() → std::string | 得到或设置最后修改的. |
SetLastModifiedBy(value: std::string) | 设置最后一个值修改. |
GetRevision() → std::string | 得到或设置修订. |
SetRevision(value: std::string) | 设置修订值. |
GetCategory() → std::string | 获得或设置类别. |
SetCategory(value: std::string) | 设置类别值. |
GetContentStatus() → std::string | 获取或设置内容状态. |
SetContentStatus(value: std::string) | 设置内容状态值. |
GetCreated() → std::optional<DateTime> | 得到或设置创建. |
SetCreated(value: std::optional<DateTime>) | 设置创建的值. |
GetModified() → std::optional<DateTime> | 得到或设置修改. |
SetModified(value: std::optional<DateTime>) | 设置修改值. |
GetModel() → Core::CoreDocumentPropertiesModel | 返回模型. |
GetModel() → Core::CoreDocumentPropertiesModel | 返回模型. |