Uses of Class
org.apache.poi.POIDocument

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

Uses of POIDocument in org.apache.poi
 

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.hpsf.extractor
 

Constructors in org.apache.poi.hpsf.extractor with parameters of type POIDocument
HPSFPropertiesExtractor(POIDocument doc)
           
 

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.