public abstract class AbstractDefaultRTFParser extends AbstractCoreRTFParser
AbstractCoreRTFParser| Constructor and Description |
|---|
AbstractDefaultRTFParser() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
endBookmark(String content)
Event end bookmark.
|
protected abstract void |
endRow(String content)
Event end row.
|
protected abstract void |
endUserProperty(String content)
Event end user property.
|
protected void |
handleKeyword(String content)
Manage events RTF keyword (Row, Field, Bookmark, Page and other RTF content).
|
protected abstract void |
handleText(String content)
Event other RTF content.
|
protected abstract void |
inTable(String content)
Event current paragraph is in table.
|
protected abstract void |
startAnnotation(String content)
Event annotation.
|
protected abstract void |
startBookmark(String content)
Event start bookmark.
|
protected abstract void |
startField(String content)
Event start field.
|
protected abstract void |
startPage(String content)
Event page break.
|
protected abstract void |
startRow(String content)
Event start row.
|
protected abstract void |
startUserProperty(String content)
Event start user property.
|
endGroup, getLevel, parse, parse, startGroupprotected void handleKeyword(String content) throws IOException
handleKeyword in class AbstractCoreRTFParsercontent - RTF keyword.IOExceptionprotected abstract void startRow(String content) throws IOException
content - RTF start row keyword \trowd.IOExceptionprotected abstract void endRow(String content) throws IOException
content - RTF end row keyword \row.IOExceptionprotected abstract void inTable(String content) throws IOException
content - RTF in table keyword \intbl.IOExceptionprotected abstract void startField(String content) throws IOException
content - RTF end row keyword \field.IOExceptionprotected abstract void startBookmark(String content) throws IOException
content - RTF start bookmark keyword \bkmkstart.IOExceptionprotected abstract void endBookmark(String content) throws IOException
content - RTF end bookmark keyword \bkmkend.IOExceptionprotected abstract void startPage(String content) throws IOException
content - RTF start page keyword \page.IOExceptionprotected abstract void handleText(String content) throws IOException
content - other RTF content.IOExceptionprotected abstract void startUserProperty(String content) throws IOException
content - RTF start user property keyword \propname.IOExceptionprotected abstract void endUserProperty(String content) throws IOException
content - RTF end user property keyword \staticval.IOExceptionprotected abstract void startAnnotation(String content) throws IOException
content - RTF annotation keyword \annotation.IOExceptionCopyright © 2020 Mice S.r.l. All rights reserved.