Package | Description |
---|---|
org.zkoss.poi | |
org.zkoss.poi.extractor | |
org.zkoss.poi.xslf.extractor | |
org.zkoss.poi.xssf.extractor | |
org.zkoss.poi.xwpf.extractor |
Modifier and Type | Class and Description |
---|---|
class |
POIXMLPropertiesTextExtractor
A
POITextExtractor for returning the textual
content of the OOXML file properties, eg author
and title. |
Constructor and Description |
---|
POIXMLPropertiesTextExtractor(POIXMLTextExtractor otherExtractor)
Creates a new POIXMLPropertiesTextExtractor, for the
same file that another TextExtractor is already
working on.
|
Modifier and Type | Method and Description |
---|---|
static POIXMLTextExtractor |
ExtractorFactory.createExtractor(OPCPackage pkg) |
Modifier and Type | Method and Description |
---|---|
static POITextExtractor[] |
ExtractorFactory.getEmbededDocsTextExtractors(POIXMLTextExtractor ext)
Returns an array of text extractors, one for each of
the embeded documents in the file (if there are any).
|
Modifier and Type | Class and Description |
---|---|
class |
XSLFPowerPointExtractor |
Modifier and Type | Class and Description |
---|---|
class |
XSSFEventBasedExcelExtractor
Implementation of a text extractor from OOXML Excel
files that uses SAX event based parsing.
|
class |
XSSFExcelExtractor
Helper class to extract text from an OOXML Excel file
|
Modifier and Type | Class and Description |
---|---|
class |
XWPFWordExtractor
Helper class to extract text from an OOXML Word file
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.