|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.POITextExtractor
public abstract class POITextExtractor
Common Parent for Text Extractors of POI Documents. You will typically find the implementation of a given format's text extractor under org.apache.poi.[format].extractor .
ExcelExtractor
,
PowerPointExtractor
,
VisioTextExtractor
,
WordExtractor
Constructor Summary | |
---|---|
POITextExtractor()
|
Method Summary | |
---|---|
void |
close()
Allows to free resources of the Extractor as soon as it is not needed any more. |
abstract POITextExtractor |
getMetadataTextExtractor()
Returns another text extractor, which is able to output the textual content of the document metadata / properties, such as author and title. |
abstract java.lang.String |
getText()
Retrieves all the text from the document. |
void |
setFilesystem(java.io.Closeable fs)
Used to ensure file handle cleanup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public POITextExtractor()
Method Detail |
---|
public abstract java.lang.String getText()
public abstract POITextExtractor getMetadataTextExtractor()
public void setFilesystem(java.io.Closeable fs)
fs
- filesystem to closepublic void close() throws java.io.IOException
close
in interface java.io.Closeable
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |