Uses of Class
org.apache.poi.POIDocument

Packages that use POIDocument
org.apache.poi   
org.apache.poi.hdgf   
org.apache.poi.hslf   
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.hwpf   
 

Uses of POIDocument in org.apache.poi
 

Fields in org.apache.poi declared as POIDocument
protected  POIDocument POITextExtractor.document
          The POIDocument that's open
 

Constructors in org.apache.poi with parameters of type POIDocument
POIOLE2TextExtractor(POIDocument document)
          Creates a new text extractor for the given document
POITextExtractor(POIDocument document)
          Creates a new text extractor for the given document
 

Uses of POIDocument in org.apache.poi.hdgf
 

Subclasses of POIDocument in org.apache.poi.hdgf
 class HDGFDiagram
          See http://www.redferni.uklinux.net/visio/ http://www.gnome.ru/projects/docs/vsdocs.html http://www.gnome.ru/projects/docs/slide1.png http://www.gnome.ru/projects/docs/slide2.png
 

Uses of POIDocument in org.apache.poi.hslf
 

Subclasses of POIDocument in org.apache.poi.hslf
 class HSLFSlideShow
          This class contains the main functionality for the Powerpoint file "reader".
 

Uses of POIDocument in org.apache.poi.hssf.usermodel
 

Subclasses of POIDocument in org.apache.poi.hssf.usermodel
 class HSSFWorkbook
          High level representation of a workbook.
 

Uses of POIDocument in org.apache.poi.hwpf
 

Subclasses of POIDocument in org.apache.poi.hwpf
 class HWPFDocument
          This class acts as the bucket that we throw all of the Word data structures into.
 



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