ExtendedDocumentProperties
ExtendedDocumentProperties
Overview
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 ++应用程序.
Methods
| Signature | Description |
|---|---|
GetApplication() → std::string | 获取或设置应用程序. |
SetApplication(value: std::string) | 设置应用值. |
GetAppVersion() → std::string | 获取或设置应用版本. |
SetAppVersion(value: std::string) | 设置应用版本值. |
GetCompany() → std::string | 得到或设置公司. |
SetCompany(value: std::string) | 确定公司的价值. |
GetManager() → std::string | 得到或设置经理. |
SetManager(value: std::string) | 设置管理员值. |
GetDocSecurity() → int | 得到或设置医生安全. |
SetDocSecurity(value: int) | 设置文档安全值. |
GetHyperlinkBase() → std::string | 获取或设置超链基. |
SetHyperlinkBase(value: std::string) | 设置超链基值. |
GetScaleCrop() → bool | 获取或设置一个值,表示是否可进行规模的作物. |
SetScaleCrop(value: bool) | 设置规模作物值. |
GetLinksUpToDate() → bool | 获取或设置一个值,表示链接是否更新. |
SetLinksUpToDate(value: bool) | 设置链接更新到日期值. |
GetSharedDoc() → bool | 获取或设置一个值,表示是否共享doc. |
SetSharedDoc(value: bool) | 设置共享文档值. |
GetModel() → Core::ExtendedDocumentPropertiesModel | 返回模型. |
GetModel() → Core::ExtendedDocumentPropertiesModel | 返回模型. |