public class POIXMLProperties
extends java.lang.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 java.io.IOException, OpenXML4JException, org.apache.xmlbeans.XmlException
java.io.IOExceptionOpenXML4JExceptionorg.apache.xmlbeans.XmlExceptionpublic POIXMLProperties.CoreProperties getCoreProperties()
public POIXMLProperties.ExtendedProperties getExtendedProperties()
public POIXMLProperties.CustomProperties getCustomProperties()
public void commit()
throws java.io.IOException
java.io.IOExceptionCopyright 2014 The Apache Software Foundation or its licensors, as applicable.