DocumentProperties

DocumentProperties

概述

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

表示文档属性.

这个类提供了28种方法,用于在C++程序中与DocumentProperties对象工作. 有的方法包括: CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties, GetAuthor, GetCategory, GetComments, GetCompany, GetCore, GetExtended, GetKeywords, GetManager, GetSubject,其他9种方法. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序. 接入方法: CoreDocumentProperties, DocumentProperties, ExtendedDocumentProperties.

接入方法

名称:类型Access描述情况
DocumentPropertiesDocumentProperties阅读获取文档属性。.
CoreDocumentPropertiesCoreDocumentProperties阅读获取核心文档属性。.
ExtendedDocumentPropertiesExtendedDocumentProperties阅读获取扩展文档属性。.

方法

Signature描述情况
DocumentProperties()DocumentProperties在这个 DocumentProperties 实例中调用DocumentProperties.
DocumentProperties()DocumentProperties
CoreDocumentProperties()CoreDocumentProperties获取核心。.
CoreDocumentProperties()CoreDocumentProperties在这个 DocumentProperties 实例中调用CoreDocumentProperties.
ExtendedDocumentProperties()ExtendedDocumentProperties获取扩展。.
ExtendedDocumentProperties()ExtendedDocumentProperties在这个 DocumentProperties 实例中调用ExtendedDocumentProperties.
DocumentProperties()
DocumentProperties()
GetCore()CoreDocumentProperties获取核心。.
GetCore()CoreDocumentProperties返回核心.
GetExtended()ExtendedDocumentProperties获取扩展。.
GetExtended()ExtendedDocumentProperties返回延长的值.
GetTitle()std::string获取或设置标题。.
SetTitle(value: std::string)设置标题值。.
GetSubject()std::string获取或设置主题。.
SetSubject(value: std::string)设置主题值。.
GetAuthor()std::string获取或设置作者。.
SetAuthor(value: std::string)设置 author 值。.
GetKeywords()std::string获取或设置关键字。.
SetKeywords(value: std::string)设置 keywords 的值。.
GetComments()std::string获取或设置注释。.
SetComments(value: std::string)设置 comments 的值。.
GetCategory()std::string获取或设置类别。.
SetCategory(value: std::string)设置类别值。.
GetCompany()std::string获取或设置公司。.
SetCompany(value: std::string)设置公司值。.
GetManager()std::string获取或设置管理器。.
SetManager(value: std::string)设置 manager 的值。.

查看更多

 中文