Uses of Class
org.apache.poi.POIXMLDocument

Packages that use POIXMLDocument
org.apache.poi   
org.apache.poi.xslf   
org.apache.poi.xslf.usermodel   
org.apache.poi.xssf.usermodel   
org.apache.poi.xwpf.usermodel   
 

Uses of POIXMLDocument in org.apache.poi
 

Methods in org.apache.poi that return POIXMLDocument
 POIXMLDocument POIXMLTextExtractor.getDocument()
          Returns opened document
 

Constructors in org.apache.poi with parameters of type POIXMLDocument
POIXMLPropertiesTextExtractor(POIXMLDocument doc)
          Creates a new POIXMLPropertiesTextExtractor for the given open document.
POIXMLTextExtractor(POIXMLDocument document)
          Creates a new text extractor for the given document
 

Uses of POIXMLDocument in org.apache.poi.xslf
 

Subclasses of POIXMLDocument in org.apache.poi.xslf
 class XSLFSlideShow
          Experimental class to do low level processing of pptx files.
 

Uses of POIXMLDocument in org.apache.poi.xslf.usermodel
 

Subclasses of POIXMLDocument in org.apache.poi.xslf.usermodel
 class XMLSlideShow
          High level representation of a ooxml slideshow.
 

Uses of POIXMLDocument in org.apache.poi.xssf.usermodel
 

Subclasses of POIXMLDocument in org.apache.poi.xssf.usermodel
 class XSSFWorkbook
          High level representation of a SpreadsheetML workbook.
 

Uses of POIXMLDocument in org.apache.poi.xwpf.usermodel
 

Subclasses of POIXMLDocument in org.apache.poi.xwpf.usermodel
 class XWPFDocument
          Experimental class to do low level processing of docx files.
 



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