Modifier and Type | Method and 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).
|
Constructor and Description |
---|
POIOLE2TextExtractor(POIOLE2TextExtractor otherExtractor)
Creates a new text extractor, using the same
document as another text extractor.
|
Modifier and Type | Method and 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).
|
Modifier and Type | Class and Description |
---|---|
class |
VisioTextExtractor
Class to find all the text in a Visio file, and return it.
|
Modifier and Type | Class and Description |
---|---|
class |
PublisherTextExtractor
Extract text from HPBF Publisher files
|
Modifier and Type | Class and Description |
---|---|
class |
HPSFPropertiesExtractor
Extracts all of the HPSF properties, both
build in and custom, returning them in
textual form.
|
Constructor and Description |
---|
HPSFPropertiesExtractor(POIOLE2TextExtractor mainExtractor) |
Modifier and Type | Class and Description |
---|---|
class |
PowerPointExtractor
Deprecated.
in POI 4.0.0, use
SlideShowExtractor instead |
Modifier and Type | Class and Description |
---|---|
class |
OutlookTextExtactor
A text extractor for HSMF (Outlook) .msg files.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and 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"
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.