Uses of Interface
org.apache.poi.extractor.POIOLE2TextExtractor
-
Packages that use POIOLE2TextExtractor Package Description org.apache.poi.extractor org.apache.poi.hpsf.extractor org.apache.poi.hssf.extractor -
-
Uses of POIOLE2TextExtractor in org.apache.poi.extractor
Methods in org.apache.poi.extractor with parameters of type POIOLE2TextExtractor Modifier and Type Method Description static POITextExtractor[]
ExtractorFactory. getEmbeddedDocsTextExtractors(POIOLE2TextExtractor ext)
Returns an array of text extractors, one for each of the embedded documents in the file (if there are any).default void
ExtractorProvider. identifyEmbeddedResources(POIOLE2TextExtractor ext, List<Entry> dirs, List<InputStream> nonPOIFS)
Returns an array of text extractors, one for each of the embedded documents in the file (if there are any). -
Uses of POIOLE2TextExtractor in org.apache.poi.hpsf.extractor
Classes in org.apache.poi.hpsf.extractor that implement POIOLE2TextExtractor Modifier and Type Class Description class
HPSFPropertiesExtractor
Extracts all of the HPSF properties, both build in and custom, returning them in textual form.Constructors in org.apache.poi.hpsf.extractor with parameters of type POIOLE2TextExtractor Constructor Description HPSFPropertiesExtractor(POIOLE2TextExtractor mainExtractor)
-
Uses of POIOLE2TextExtractor in org.apache.poi.hssf.extractor
Classes in org.apache.poi.hssf.extractor that implement POIOLE2TextExtractor Modifier and Type Class Description class
EventBasedExcelExtractor
A text extractor for Excel files, that is based on the HSSF EventUserModel API.class
ExcelExtractor
A text extractor for Excel files.
-