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.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 © 2005-2010 Potix Corporation. All Rights Reserved.