ExtendedDocumentProperties
Overview
ExtendedDocumentProperties is a class in Aspose.Cells FOSS for C++.
Represents extended document properties.
This class provides 20 methods for working with ExtendedDocumentProperties objects in C++ programs.
Available methods include: GetAppVersion, GetApplication, GetCompany, GetDocSecurity, GetHyperlinkBase, GetLinksUpToDate, GetManager, GetModel, GetScaleCrop, GetSharedDoc, SetAppVersion, SetApplication, and 7 additional methods.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetApplication() → std::string | Gets or sets the application. |
SetApplication(value: std::string) | Sets the application value. |
GetAppVersion() → std::string | Gets or sets the app version. |
SetAppVersion(value: std::string) | Sets the app version value. |
GetCompany() → std::string | Gets or sets the company. |
SetCompany(value: std::string) | Sets the company value. |
GetManager() → std::string | Gets or sets the manager. |
SetManager(value: std::string) | Sets the manager value. |
GetDocSecurity() → int | Gets or sets the doc security. |
SetDocSecurity(value: int) | Sets the doc security value. |
GetHyperlinkBase() → std::string | Gets or sets the hyperlink base. |
SetHyperlinkBase(value: std::string) | Sets the hyperlink base value. |
GetScaleCrop() → bool | Gets or sets a value indicating whether scale crop. |
SetScaleCrop(value: bool) | Sets the scale crop value. |
GetLinksUpToDate() → bool | Gets or sets a value indicating whether links up to date. |
SetLinksUpToDate(value: bool) | Sets the links up to date value. |
GetSharedDoc() → bool | Gets or sets a value indicating whether shared doc. |
SetSharedDoc(value: bool) | Sets the shared doc value. |
GetModel() → Core::ExtendedDocumentPropertiesModel | Returns the model. |
GetModel() → Core::ExtendedDocumentPropertiesModel | Returns the model. |