public class POIXMLProperties
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
POIXMLProperties.CoreProperties
The core document properties
|
static class |
POIXMLProperties.CustomProperties
Custom document properties
|
static 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.IOException
OpenXML4JException
org.apache.xmlbeans.XmlException
public POIXMLProperties.CoreProperties getCoreProperties()
public POIXMLProperties.ExtendedProperties getExtendedProperties()
public POIXMLProperties.CustomProperties getCustomProperties()
public void commit() throws java.io.IOException
java.io.IOException
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.