Uses of Class
org.apache.poi.POIDocument
-
Packages that use POIDocument Package Description org.apache.poi org.apache.poi.extractor org.apache.poi.hpsf Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems.org.apache.poi.hpsf.extractor org.apache.poi.hssf.extractor org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of POIDocument in org.apache.poi
Subclasses of POIDocument in org.apache.poi Modifier and Type Class Description class
POIReadOnlyDocument
This holds the common functionality for all read-only POI Document classes, i.e. -
Uses of POIDocument in org.apache.poi.extractor
Methods in org.apache.poi.extractor that return POIDocument Modifier and Type Method Description POIDocument
POIOLE2TextExtractor. getDocument()
Return the underlying POIDocument -
Uses of POIDocument in org.apache.poi.hpsf
Subclasses of POIDocument in org.apache.poi.hpsf Modifier and Type Class Description class
HPSFPropertiesOnlyDocument
A version ofPOIDocument
which allows access to the HPSF Properties, but no other document contents. -
Uses of POIDocument in org.apache.poi.hpsf.extractor
Methods in org.apache.poi.hpsf.extractor that return POIDocument Modifier and Type Method Description POIDocument
HPSFPropertiesExtractor. getDocument()
POIDocument
HPSFPropertiesExtractor. getFilesystem()
Constructors in org.apache.poi.hpsf.extractor with parameters of type POIDocument Constructor Description HPSFPropertiesExtractor(POIDocument document)
-
Uses of POIDocument in org.apache.poi.hssf.extractor
Methods in org.apache.poi.hssf.extractor that return POIDocument Modifier and Type Method Description POIDocument
EventBasedExcelExtractor. getDocument()
-
Uses of POIDocument in org.apache.poi.hssf.usermodel
Subclasses of POIDocument in org.apache.poi.hssf.usermodel Modifier and Type Class Description class
HSSFWorkbook
High level representation of a workbook.
-