ExtendedDocumentPropertiesModel
Overview
ExtendedDocumentPropertiesModel is a class in Aspose.Cells FOSS for C++.
Represents extended document properties model.
This class provides 20 methods for working with ExtendedDocumentPropertiesModel objects in C++ programs.
Available methods include: CopyFrom, GetAppVersion, GetApplication, GetCompany, GetDocSecurity, GetHyperlinkBase, GetLinksUpToDate, GetManager, GetScaleCrop, GetSharedDoc, HasStoredState, SetAppVersion, and 8 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() → std::optional<int> | Gets or sets the doc security. |
SetDocSecurity(value: std::optional<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() → std::optional<bool> | Gets or sets a value indicating whether scale crop. |
SetScaleCrop(value: std::optional<bool>) | Sets the scale crop value. |
GetLinksUpToDate() → std::optional<bool> | Gets or sets a value indicating whether links up to date. |
SetLinksUpToDate(value: std::optional<bool>) | Sets the links up to date value. |
GetSharedDoc() → std::optional<bool> | Gets or sets a value indicating whether shared doc. |
SetSharedDoc(value: std::optional<bool>) | Sets the shared doc value. |
CopyFrom(source: ExtendedDocumentPropertiesModel) | Copies values from the specified source. The source. |
HasStoredState() → bool | Performs has stored state. true if the condition is met; otherwise, false. |