org.apache.poi
Class POIXMLProperties.CoreProperties

java.lang.Object
  extended by org.apache.poi.POIXMLProperties.CoreProperties
Enclosing class:
POIXMLProperties

public class POIXMLProperties.CoreProperties
extends java.lang.Object

The core document properties


Method Summary
 java.lang.String getTitle()
           
 org.openxml4j.opc.internal.PackagePropertiesPart getUnderlyingProperties()
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setTitle

public void setTitle(java.lang.String title)

getTitle

public java.lang.String getTitle()

getUnderlyingProperties

public org.openxml4j.opc.internal.PackagePropertiesPart getUnderlyingProperties()


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