CoreDocumentPropertiesModel

CoreDocumentPropertiesModel

概述

CoreDocumentPropertiesModel 是 C++ 的 FOSS 中的 Aspose.Cells 类.

表示核心文档属性模型.

这个类提供24种方法,用于在C++程序中与CoreDocumentPropertiesModel对象工作. 有的方法包括: CopyFrom, GetCategory, GetContentStatus, GetCreated, GetCreator, GetDescription, GetKeywords, GetLastModifiedBy, GetModified, GetRevision, GetSubject, GetTitle,另外还有12种方法. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.

方法

Signature描述情况
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)设置 keywords 的值。.
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>)设置已修改的值。.
CopyFrom(source: CoreDocumentPropertiesModel)复制指定源的值.
HasStoredState()bool执行已存储状态.如果条件满足,则 true;否则是 false.

查看更多

 中文