|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.textmining.text.extraction.Word6Extractor
This class is used to extract text from Word 6 documents only. It should only be called from the org.textmining.text.extraction.WordExtractor because it will automatically determine the version.
Constructor Summary | |
Word6Extractor()
|
Method Summary | |
java.lang.String |
extractText(byte[] mainStream)
Extracts the text |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Word6Extractor()
Method Detail |
public java.lang.String extractText(byte[] mainStream) throws java.lang.Exception
mainStream
- The POIFS document stream entitled "WordDocument".
java.lang.Exception
- If there are any unexpected exceptions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |