public class Word97TextExtractor extends WordTextExtractor
_fastSave, _fsys, _header| Constructor and Description |
|---|
Word97TextExtractor(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
String |
getText() |
void |
getText(Writer stringWriter) |
protected boolean |
isDeleted(byte[] grpprl)
Used to determine if a run of text has been deleted.
|
protected boolean |
supportsUnicode() |
doFastSaveExtraction, initOptions, initWordHeaderpublic Word97TextExtractor(InputStream in) throws IOException, PasswordProtectedException
public String getText() throws IOException
IOExceptionpublic void getText(Writer stringWriter) throws IOException
IOExceptionprotected boolean isDeleted(byte[] grpprl)
isDeleted in class WordTextExtractorgrpprl - The list of sprms for a particular run of text.protected boolean supportsUnicode()
supportsUnicode in class WordTextExtractorCopyright © 2021. All rights reserved.