org.apache.poi
Class POIXMLProperties

java.lang.Object
  extended by org.apache.poi.POIXMLProperties

public class POIXMLProperties
extends java.lang.Object

Wrapper around the two different kinds of OOXML properties a document can have


Nested Class Summary
 class POIXMLProperties.CoreProperties
          The core document properties
 class POIXMLProperties.CustomProperties
          Custom document properties
 class POIXMLProperties.ExtendedProperties
          Extended document properties
 
Constructor Summary
POIXMLProperties(org.openxml4j.opc.Package docPackage)
           
 
Method Summary
 POIXMLProperties.CoreProperties getCoreProperties()
          Returns the core document properties
 POIXMLProperties.CustomProperties getCustomProperties()
          Returns the custom document properties
 POIXMLProperties.ExtendedProperties getExtendedProperties()
          Returns the extended document properties
 void write(org.openxml4j.opc.Package pkg)
          Writes out the ooxml properties into the supplied, new Package
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POIXMLProperties

public POIXMLProperties(org.openxml4j.opc.Package docPackage)
                 throws java.io.IOException,
                        org.openxml4j.exceptions.OpenXML4JException,
                        org.apache.xmlbeans.XmlException
Throws:
java.io.IOException
org.openxml4j.exceptions.OpenXML4JException
org.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


write

public void write(org.openxml4j.opc.Package pkg)
Writes out the ooxml properties into the supplied, new Package



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.