public class POIXMLProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
POIXMLProperties.CoreProperties
The core document properties
|
class |
POIXMLProperties.CustomProperties
Custom document properties
|
class |
POIXMLProperties.ExtendedProperties
Extended document properties
|
| Constructor and Description |
|---|
POIXMLProperties(OPCPackage docPackage) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Commit changes to the underlying OPC package
|
POIXMLProperties.CoreProperties |
getCoreProperties()
Returns the core document properties
|
POIXMLProperties.CustomProperties |
getCustomProperties()
Returns the custom document properties
|
POIXMLProperties.ExtendedProperties |
getExtendedProperties()
Returns the extended document properties
|
public POIXMLProperties(OPCPackage docPackage) throws IOException, OpenXML4JException, org.apache.xmlbeans.XmlException
IOExceptionOpenXML4JExceptionorg.apache.xmlbeans.XmlExceptionpublic POIXMLProperties.CoreProperties getCoreProperties()
public POIXMLProperties.ExtendedProperties getExtendedProperties()
public POIXMLProperties.CustomProperties getCustomProperties()
public void commit()
throws IOException
IOExceptionCopyright © 2020. All rights reserved.