public abstract class WordTextExtractor extends Object implements TextExtractor
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_fastSave |
protected org.apache.poi.poifs.filesystem.POIFSFileSystem |
_fsys |
protected byte[] |
_header |
| Constructor and Description |
|---|
WordTextExtractor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFastSaveExtraction(Writer stringWriter,
int fcMin,
List textPieces,
List textRuns,
WordTextScrubber scrubber) |
protected void |
initOptions() |
protected void |
initWordHeader(InputStream in) |
protected abstract boolean |
isDeleted(byte[] grpprl) |
protected boolean |
supportsUnicode() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetText, getTextprotected byte[] _header
protected boolean _fastSave
protected org.apache.poi.poifs.filesystem.POIFSFileSystem _fsys
protected void doFastSaveExtraction(Writer stringWriter, int fcMin, List textPieces, List textRuns, WordTextScrubber scrubber) throws UnsupportedEncodingException, IOException
protected abstract boolean isDeleted(byte[] grpprl)
protected boolean supportsUnicode()
protected void initWordHeader(InputStream in) throws IOException, PasswordProtectedException
protected void initOptions()
throws PasswordProtectedException
PasswordProtectedExceptionCopyright © 2021. All rights reserved.