Package org.apache.poi.ooxml
Class POIXMLProperties.ExtendedProperties
- java.lang.Object
-
- org.apache.poi.ooxml.POIXMLProperties.ExtendedProperties
-
- Enclosing class:
- POIXMLProperties
public static class POIXMLProperties.ExtendedProperties extends Object
Extended document properties
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplication()StringgetAppVersion()intgetCharacters()intgetCharactersWithSpaces()StringgetCompany()intgetHiddenSlides()StringgetHyperlinkBase()intgetLines()StringgetManager()intgetMMClips()intgetNotes()intgetPages()intgetParagraphs()StringgetPresentationFormat()intgetSlides()StringgetTemplate()intgetTotalTime()CTPropertiesgetUnderlyingProperties()intgetWords()
-
-
-
Method Detail
-
getUnderlyingProperties
public CTProperties getUnderlyingProperties()
-
getTemplate
public String getTemplate()
-
getManager
public String getManager()
-
getCompany
public String getCompany()
-
getPresentationFormat
public String getPresentationFormat()
-
getApplication
public String getApplication()
-
getAppVersion
public 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 String getHyperlinkBase()
-
-