CoreDocumentProperties
CoreDocumentProperties
概述
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 ++应用程序.
方法
| Signature | 描述情况 |
|---|---|
GetTitle() → std::string | 获取或设置标题。. |
SetTitle(value: std::string) | 设置标题值。. |
GetSubject() → std::string | 获取或设置主题。. |
SetSubject(value: std::string) | 设置 subject 值。. |
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 | 返回模型. |