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.IOException - the exception.protected abstract void startRow(String content) throws IOException
content - RTF start row keyword \trowd.IOException - the exception.protected abstract void endRow(String content) throws IOException
content - RTF end row keyword \row.IOException - the exception.protected abstract void inTable(String content) throws IOException
content - RTF in table keyword \intbl.IOException - the exception.protected abstract void startField(String content) throws IOException
content - RTF end row keyword \field.IOException - the exception.protected abstract void startBookmark(String content) throws IOException
content - RTF start bookmark keyword \bkmkstart.IOException - the exception.protected abstract void endBookmark(String content) throws IOException
content - RTF end bookmark keyword \bkmkend.IOException - the exception.protected abstract void startPage(String content) throws IOException
content - RTF start page keyword \page.IOException - the exception.protected abstract void handleText(String content) throws IOException
content - other RTF content.IOException - the exception.protected abstract void startUserProperty(String content) throws IOException
content - RTF start user property keyword \propname.IOException - the exception.protected abstract void endUserProperty(String content) throws IOException
content - RTF end user property keyword \staticval.IOException - the exception.protected abstract void startAnnotation(String content) throws IOException
content - RTF annotation keyword \annotation.IOException - the exception.Copyright © 2020 Mice S.r.l. All rights reserved.