|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.POITextExtractor org.apache.poi.POIOLE2TextExtractor org.apache.poi.hwpf.extractor.WordExtractor
public class WordExtractor
Class to extract the text from a Word Document. You should use either getParagraphText() or getText() unless you have a strong reason otherwise.
Field Summary |
---|
Fields inherited from class org.apache.poi.POITextExtractor |
---|
document |
Constructor Summary | |
---|---|
WordExtractor(HWPFDocument doc)
Create a new Word Extractor |
|
WordExtractor(java.io.InputStream is)
Create a new Word Extractor |
|
WordExtractor(POIFSFileSystem fs)
Create a new Word Extractor |
Method Summary | |
---|---|
java.lang.String[] |
getParagraphText()
Get the text from the word file, as an array with one String per paragraph |
java.lang.String |
getText()
Grab the text, based on the paragraphs. |
java.lang.String |
getTextFromPieces()
Grab the text out of the text pieces. |
static void |
main(java.lang.String[] args)
Command line extractor, so people will stop moaning that they can't just run this. |
Methods inherited from class org.apache.poi.POIOLE2TextExtractor |
---|
getDocSummaryInformation, getSummaryInformation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WordExtractor(java.io.InputStream is) throws java.io.IOException
is
- InputStream containing the word file
java.io.IOException
public WordExtractor(POIFSFileSystem fs) throws java.io.IOException
fs
- POIFSFileSystem containing the word file
java.io.IOException
public WordExtractor(HWPFDocument doc) throws java.io.IOException
doc
- The HWPFDocument to extract from
java.io.IOException
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException
public java.lang.String[] getParagraphText()
public java.lang.String getTextFromPieces()
public java.lang.String getText()
getText
in class POITextExtractor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |