|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.POITextExtractor
org.apache.poi.POIOLE2TextExtractor
org.apache.poi.hwpf.extractor.Word6Extractor
public final class Word6Extractor
Class to extract the text from old (Word 6 / Word 95) Word Documents.
This should only be used on the older files, for most uses you
should call WordExtractor which deals properly
with HWPF.
| Field Summary |
|---|
| Fields inherited from class org.apache.poi.POIOLE2TextExtractor |
|---|
document |
| Constructor Summary | |
|---|---|
Word6Extractor(DirectoryNode dir)
|
|
Word6Extractor(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated. Use Word6Extractor(DirectoryNode) instead |
|
Word6Extractor(HWPFOldDocument doc)
Create a new Word Extractor |
|
Word6Extractor(java.io.InputStream is)
Create a new Word Extractor |
|
Word6Extractor(POIFSFileSystem fs)
Create a new Word Extractor |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getParagraphText()
Deprecated. |
java.lang.String |
getText()
Retrieves all the text from the document. |
| Methods inherited from class org.apache.poi.POIOLE2TextExtractor |
|---|
getDocSummaryInformation, getDocument, getMetadataTextExtractor, getRoot, getSummaryInformation |
| Methods inherited from class org.apache.poi.POITextExtractor |
|---|
close, setFilesystem |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Word6Extractor(java.io.InputStream is)
throws java.io.IOException
is - InputStream containing the word file
java.io.IOException
public Word6Extractor(POIFSFileSystem fs)
throws java.io.IOException
fs - POIFSFileSystem containing the word file
java.io.IOException
@Deprecated
public Word6Extractor(DirectoryNode dir,
POIFSFileSystem fs)
throws java.io.IOException
Word6Extractor(DirectoryNode) instead
java.io.IOException
public Word6Extractor(DirectoryNode dir)
throws java.io.IOException
java.io.IOExceptionpublic Word6Extractor(HWPFOldDocument doc)
doc - The HWPFOldDocument to extract from| Method Detail |
|---|
@Deprecated public java.lang.String[] getParagraphText()
public java.lang.String getText()
POITextExtractor
getText in class POITextExtractor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||