org.apache.poi
Class POIXMLProperties.ExtendedProperties

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

public static class POIXMLProperties.ExtendedProperties
extends java.lang.Object

Extended document properties


Method Summary
 java.lang.String getApplication()
           
 java.lang.String getAppVersion()
           
 int getCharacters()
           
 int getCharactersWithSpaces()
           
 java.lang.String getCompany()
           
 int getHiddenSlides()
           
 java.lang.String getHyperlinkBase()
           
 int getLines()
           
 java.lang.String getManager()
           
 int getMMClips()
           
 int getNotes()
           
 int getPages()
           
 int getParagraphs()
           
 java.lang.String getPresentationFormat()
           
 int getSlides()
           
 java.lang.String getTemplate()
           
 int getTotalTime()
           
 org.openxmlformats.schemas.officeDocument.x2006.extendedProperties.CTProperties getUnderlyingProperties()
           
 int getWords()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUnderlyingProperties

public org.openxmlformats.schemas.officeDocument.x2006.extendedProperties.CTProperties getUnderlyingProperties()

getTemplate

public java.lang.String getTemplate()

getManager

public java.lang.String getManager()

getCompany

public java.lang.String getCompany()

getPresentationFormat

public java.lang.String getPresentationFormat()

getApplication

public java.lang.String getApplication()

getAppVersion

public java.lang.String getAppVersion()

getPages

public int getPages()

getWords

public int getWords()

getCharacters

public int getCharacters()

getCharactersWithSpaces

public int getCharactersWithSpaces()

getLines

public int getLines()

getParagraphs

public int getParagraphs()

getSlides

public int getSlides()

getNotes

public int getNotes()

getTotalTime

public int getTotalTime()

getHiddenSlides

public int getHiddenSlides()

getMMClips

public int getMMClips()

getHyperlinkBase

public java.lang.String getHyperlinkBase()