| |
|
| java.lang.Object org.textmining.text.extraction.Word6Extractor
Word6Extractor | class Word6Extractor (Code) | | 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.
author: Ryan Ackley |
Method Summary | |
public String | extractText(byte[] mainStream) Extracts the text
Parameters: mainStream - The POIFS document stream entitled "WordDocument". |
Word6Extractor | public Word6Extractor()(Code) | | |
extractText | public String extractText(byte[] mainStream) throws Exception(Code) | | Extracts the text
Parameters: mainStream - The POIFS document stream entitled "WordDocument". The text from the document throws: Exception - If there are any unexpected exceptions. |
|
|
|