DocumentPropertiesModel
Overview
DocumentPropertiesModel is a class in Aspose.Cells FOSS for Java.
Represents the document properties model for an Excel file.
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. |