org.apache.poi
Class POIXMLProperties
- java.lang.Object
-
- org.apache.poi.POIXMLProperties
-
public class POIXMLProperties extends java.lang.ObjectWrapper around the two different kinds of OOXML properties a document can have
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classPOIXMLProperties.CorePropertiesThe core document propertiesstatic classPOIXMLProperties.CustomPropertiesCustom document propertiesstatic classPOIXMLProperties.ExtendedPropertiesExtended document properties
-
Constructor Summary
Constructors Constructor and Description POIXMLProperties(OPCPackage docPackage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcommit()Commit changes to the underlying OPC packagePOIXMLProperties.CorePropertiesgetCoreProperties()Returns the core document propertiesPOIXMLProperties.CustomPropertiesgetCustomProperties()Returns the custom document propertiesPOIXMLProperties.ExtendedPropertiesgetExtendedProperties()Returns the extended document properties
-
-
-
Constructor Detail
-
POIXMLProperties
public POIXMLProperties(OPCPackage docPackage) throws java.io.IOException, OpenXML4JException, org.apache.xmlbeans.XmlException
- Throws:
java.io.IOExceptionOpenXML4JExceptionorg.apache.xmlbeans.XmlException
-
-
Method Detail
-
getCoreProperties
public POIXMLProperties.CoreProperties getCoreProperties()
Returns the core document properties
-
getExtendedProperties
public POIXMLProperties.ExtendedProperties getExtendedProperties()
Returns the extended document properties
-
getCustomProperties
public POIXMLProperties.CustomProperties getCustomProperties()
Returns the custom document properties
-
commit
public void commit() throws java.io.IOExceptionCommit changes to the underlying OPC package- Throws:
java.io.IOException
-
-
DataMelt 3.0 © DataMelt by jWork.ORG