DocumentPropertiesModel
Overview
DocumentPropertiesModel is a class in Aspose.Cells FOSS for Java.
Represents the document properties model for an Excel file.
This class provides 5 methods for working with DocumentPropertiesModel objects in Java programs.
Available methods include: DocumentPropertiesModel, copyFrom, getCore, getExtended, hasStoredState.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: core, extended.
Description
DocumentPropertiesModel is a class in the Aspose.Cells FOSS library for Java that exposes 4 methods and 2 properties for programmatic use.
Core capabilities include: coredocumentpropertiesmodel; extendeddocumentpropertiesmodel; copies the from. These operations enable developers to integrate documentpropertiesmodel functionality directly into Java applications.
The class also provides the core property (returns the core), the extended property (returns the extended).
Instances are created through a single constructor that initializes the object with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
core | CoreDocumentPropertiesModel | Read | Returns the core. |
extended | ExtendedDocumentPropertiesModel | Read | Returns the extended. |
Methods
| Signature | Description |
|---|---|
DocumentPropertiesModel() | Initializes a new DocumentPropertiesModel instance. |
getCore() → CoreDocumentPropertiesModel | Returns the core. |
getExtended() → ExtendedDocumentPropertiesModel | Returns the extended. |
copyFrom(source: DocumentPropertiesModel) | Copies the from. |
hasStoredState() → boolean | Indicates whether this instance has stored state. |