ExtendedDocumentProperties
ExtendedDocumentProperties
概述
ExtendedDocumentProperties 是 C++ 的 FOSS 中的 Aspose.Cells 类.
表示扩展文档属性.
这个类提供了20种方法,用于在C++程序中与ExtendedDocumentProperties对象工作. 有的方法包括: GetAppVersion, GetApplication, GetCompany, GetDocSecurity, GetHyperlinkBase, GetLinksUpToDate, GetManager, GetModel, GetScaleCrop, GetSharedDoc, SetAppVersion, SetApplication,另外7种方法. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
方法
| Signature | 描述情况 |
|---|---|
GetApplication() → std::string | 获取或设置应用程序。. |
SetApplication(value: std::string) | 设置应用程序值。. |
GetAppVersion() → std::string | 获取或设置应用程序版本。. |
SetAppVersion(value: std::string) | 设置 app 版本值。. |
GetCompany() → std::string | 获取或设置公司。. |
SetCompany(value: std::string) | 设置公司值。. |
GetManager() → std::string | 获取或设置管理器。. |
SetManager(value: std::string) | 设置 manager 值。. |
GetDocSecurity() → int | 获取或设置文档安全性。. |
SetDocSecurity(value: int) | 设置 doc 安全值。. |
GetHyperlinkBase() → std::string | 获取或设置超链接基址。. |
SetHyperlinkBase(value: std::string) | 设置超链接基值。. |
GetScaleCrop() → bool | 获取或设置一个值,指示是否进行比例裁剪。. |
SetScaleCrop(value: bool) | 设置比例裁剪值。. |
GetLinksUpToDate() → bool | 获取或设置一个值,指示链接是否是最新的。. |
SetLinksUpToDate(value: bool) | 设置链接的最新值。. |
GetSharedDoc() → bool | 获取或设置一个值,指示是否共享文档。. |
SetSharedDoc(value: bool) | 设置共享文档值。. |
GetModel() → Core::ExtendedDocumentPropertiesModel | 返回模型. |
GetModel() → Core::ExtendedDocumentPropertiesModel | 返回模型. |