DocumentPropertiesModel
Overview
DocumentPropertiesModel is a class in Aspose.Cells FOSS for C++.
Represents document properties model.
This class provides 10 methods for working with DocumentPropertiesModel objects in C++ programs.
Available methods include: CopyFrom, CoreDocumentPropertiesModel, ExtendedDocumentPropertiesModel, GetCore, GetExtended, HasStoredState.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Accessor methods: CoreDocumentPropertiesModel, ExtendedDocumentPropertiesModel.
Accessor Methods
| Name | Type | Access | Description |
|---|---|---|---|
CoreDocumentPropertiesModel | CoreDocumentPropertiesModel | Read | Gets the core document properties model. |
ExtendedDocumentPropertiesModel | ExtendedDocumentPropertiesModel | Read | Gets the extended document properties model. |
Methods
| Signature | Description |
|---|---|
CoreDocumentPropertiesModel() → CoreDocumentPropertiesModel | Gets the core. |
CoreDocumentPropertiesModel() → CoreDocumentPropertiesModel | Calls CoreDocumentPropertiesModel on this DocumentPropertiesModel instance. |
ExtendedDocumentPropertiesModel() → ExtendedDocumentPropertiesModel | Gets the extended. |
ExtendedDocumentPropertiesModel() → ExtendedDocumentPropertiesModel | Calls ExtendedDocumentPropertiesModel on this DocumentPropertiesModel instance. |
GetCore() → CoreDocumentPropertiesModel | Gets the core. |
GetCore() → CoreDocumentPropertiesModel | Returns the core. |
GetExtended() → ExtendedDocumentPropertiesModel | Gets the extended. |
GetExtended() → ExtendedDocumentPropertiesModel | Returns the extended. |
CopyFrom(source: DocumentPropertiesModel) | Copies values from the specified source. The source. |
HasStoredState() → bool | Performs has stored state. true if the condition is met; otherwise, false. |