public abstract class POITextExtractor
extends java.lang.Object
ExcelExtractor
,
loci.poi.hslf.extractor.PowerPointExtractor
,
loci.poi.hdgf.extractor.VisioTextExtractor
,
loci.poi.hwpf.extractor.WordExtractor
Modifier and Type | Field and Description |
---|---|
protected POIDocument |
document
The POIDocument that's open
|
Constructor and Description |
---|
POITextExtractor(POIDocument document)
Creates a new text extractor for the given document
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getText()
Retrieves all the text from the document.
|
protected POIDocument document
public POITextExtractor(POIDocument document)
Copyright © 2014 Open Microscopy Environment