CoreDocumentPropertiesModel

CoreDocumentPropertiesModel

Overview

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 ++应用程序.

Methods

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

See Also

 中文