Uses of Class
org.apache.poi.extractor.POIOLE2TextExtractor
-
-
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[]
OLE2ExtractorFactory. getEmbededDocsTextExtractors(POIOLE2TextExtractor ext)
Returns an array of text extractors, one for each of the embedded documents in the file (if there are any).Constructors in org.apache.poi.extractor with parameters of type POIOLE2TextExtractor Constructor Description POIOLE2TextExtractor(POIOLE2TextExtractor otherExtractor)
Creates a new text extractor, using the same document as another text extractor. -
Uses of POIOLE2TextExtractor in org.apache.poi.extractor.ole2
Methods in org.apache.poi.extractor.ole2 with parameters of type POIOLE2TextExtractor Modifier and Type Method Description static void
OLE2ScratchpadExtractorFactory. identifyEmbeddedResources(POIOLE2TextExtractor ext, java.util.List<Entry> dirs, java.util.List<java.io.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.hdgf.extractor
Subclasses of POIOLE2TextExtractor in org.apache.poi.hdgf.extractor Modifier and Type Class Description class
VisioTextExtractor
Class to find all the text in a Visio file, and return it. -
Uses of POIOLE2TextExtractor in org.apache.poi.hpbf.extractor
Subclasses of POIOLE2TextExtractor in org.apache.poi.hpbf.extractor Modifier and Type Class Description class
PublisherTextExtractor
Extract text from HPBF Publisher files -
Uses of POIOLE2TextExtractor in org.apache.poi.hpsf.extractor
Subclasses of POIOLE2TextExtractor in org.apache.poi.hpsf.extractor 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.hslf.extractor
Subclasses of POIOLE2TextExtractor in org.apache.poi.hslf.extractor Modifier and Type Class Description class
PowerPointExtractor
Deprecated.in POI 4.0.0, useSlideShowExtractor
instead -
Uses of POIOLE2TextExtractor in org.apache.poi.hsmf.extractor
Subclasses of POIOLE2TextExtractor in org.apache.poi.hsmf.extractor Modifier and Type Class Description class
OutlookTextExtactor
A text extractor for HSMF (Outlook) .msg files. -
Uses of POIOLE2TextExtractor in org.apache.poi.hssf.extractor
Subclasses of POIOLE2TextExtractor in org.apache.poi.hssf.extractor 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. -
Uses of POIOLE2TextExtractor in org.apache.poi.hwpf.extractor
Subclasses of POIOLE2TextExtractor in org.apache.poi.hwpf.extractor Modifier and Type Class Description class
Word6Extractor
Class to extract the text from old (Word 6 / Word 95) Word Documents.class
WordExtractor
Class to extract the text from a Word Document. -
Uses of POIOLE2TextExtractor in org.apache.poi.ooxml.extractor
Methods in org.apache.poi.ooxml.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).static POITextExtractor[]
ExtractorFactory. getEmbededDocsTextExtractors(POIOLE2TextExtractor ext)
Deprecated.Use the method with correct "embedded"
-