public interface IRtfListener
| Modifier and Type | Method and Description |
|---|---|
void |
processBinaryBytes(byte[] data)
Event raised by an RTF parser to pass binary bytes.
|
void |
processCharacterBytes(byte[] data)
Event raised by the raw RTF parser to pass bytes representing characters.
|
void |
processCommand(Command command,
int parameter,
boolean hasParameter,
boolean optional)
Event raised by the RTF parser detailing a command read from the file.
|
void |
processDocumentEnd()
Event raised when the parser reaches the end of the document.
|
void |
processDocumentStart()
Event raised when the parser starts to read the document.
|
void |
processGroupEnd()
Event raised when the end of a group is encountered.
|
void |
processGroupStart()
Event raised when the stat of a group is encountered.
|
void |
processString(String string)
Event raised by the RTF parser to pass string data.
|
void processDocumentStart()
void processDocumentEnd()
void processGroupStart()
void processGroupEnd()
void processCharacterBytes(byte[] data)
void processBinaryBytes(byte[] data)
void processString(String string)
void processCommand(Command command, int parameter, boolean hasParameter, boolean optional)
Copyright © 2013–2018. All rights reserved.