DocumentPropertiesModel

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

NameTypeAccessDescription
CoreDocumentPropertiesModelCoreDocumentPropertiesModelReadGets the core document properties model.
ExtendedDocumentPropertiesModelExtendedDocumentPropertiesModelReadGets the extended document properties model.

Methods

SignatureDescription
CoreDocumentPropertiesModel()CoreDocumentPropertiesModelGets the core.
CoreDocumentPropertiesModel()CoreDocumentPropertiesModelCalls CoreDocumentPropertiesModel on this DocumentPropertiesModel instance.
ExtendedDocumentPropertiesModel()ExtendedDocumentPropertiesModelGets the extended.
ExtendedDocumentPropertiesModel()ExtendedDocumentPropertiesModelCalls ExtendedDocumentPropertiesModel on this DocumentPropertiesModel instance.
GetCore()CoreDocumentPropertiesModelGets the core.
GetCore()CoreDocumentPropertiesModelReturns the core.
GetExtended()ExtendedDocumentPropertiesModelGets the extended.
GetExtended()ExtendedDocumentPropertiesModelReturns the extended.
CopyFrom(source: DocumentPropertiesModel)Copies values from the specified source. The source.
HasStoredState()boolPerforms has stored state. true if the condition is met; otherwise, false.

See Also

 English