Uses of Class
org.apache.poi.extractor.POIOLE2TextExtractor
Packages that use POIOLE2TextExtractor
Package
Description
-
Uses of POIOLE2TextExtractor in org.apache.poi.extractor
Methods in org.apache.poi.extractor with parameters of type POIOLE2TextExtractorModifier and TypeMethodDescriptionstatic 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 POIOLE2TextExtractorModifierConstructorDescriptionprotected
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 POIOLE2TextExtractorModifier and TypeMethodDescriptionstatic void
OLE2ScratchpadExtractorFactory.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.hdgf.extractor
Subclasses of POIOLE2TextExtractor in org.apache.poi.hdgf.extractorModifier and TypeClassDescriptionfinal class
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.extractorModifier and TypeClassDescriptionfinal class
Extract text from HPBF Publisher files -
Uses of POIOLE2TextExtractor in org.apache.poi.hpsf.extractor
Subclasses of POIOLE2TextExtractor in org.apache.poi.hpsf.extractorModifier and TypeClassDescriptionclass
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 -
Uses of POIOLE2TextExtractor in org.apache.poi.hslf.extractor
Subclasses of POIOLE2TextExtractor in org.apache.poi.hslf.extractor -
Uses of POIOLE2TextExtractor in org.apache.poi.hsmf.extractor
Subclasses of POIOLE2TextExtractor in org.apache.poi.hsmf.extractorModifier and TypeClassDescriptionclass
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.extractorModifier and TypeClassDescriptionclass
A text extractor for Excel files, that is based on the HSSF EventUserModel API.class
A text extractor for Excel files. -
Uses of POIOLE2TextExtractor in org.apache.poi.hwpf.extractor
Subclasses of POIOLE2TextExtractor in org.apache.poi.hwpf.extractorModifier and TypeClassDescriptionfinal class
Class to extract the text from old (Word 6 / Word 95) Word Documents.final class
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 POIOLE2TextExtractorModifier and TypeMethodDescriptionstatic 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"
SlideShowExtractor
instead