DocumentPropertiesModel

DocumentPropertiesModel

Overview

DocumentPropertiesModel is a class in Aspose.Cells FOSS for Java.

Represents the document properties model for an Excel file.

Properties

NameTypeAccessDescription
coreCoreDocumentPropertiesModelReadReturns the core.
extendedExtendedDocumentPropertiesModelReadReturns the extended.

Methods

SignatureDescription
DocumentPropertiesModel()Initializes a new DocumentPropertiesModel instance.
getCore()CoreDocumentPropertiesModelReturns the core.
getExtended()ExtendedDocumentPropertiesModelReturns the extended.
copyFrom(source: DocumentPropertiesModel)Copies the from.
hasStoredState()booleanIndicates whether this instance has stored state.