| BinaryBytesEvent |
Represents an event to be sent to the listener.
|
| CommandEvent |
Represents an event to be sent to the listener.
|
| DefaultEventHandler |
Default parser event handler.
|
| DocumentEndEvent |
Event represents the end of a document.
|
| DocumentStartEvent |
Event represents the start of a document.
|
| Encoding |
Represents character encodings which may be encountered in an RTF file.
|
| FontCharset |
Represents font character sets which may be encountered in an RTF file.
|
| GroupEndEvent |
Event represents the end of a group.
|
| GroupStartEvent |
Event represents the start of a group.
|
| ParserState |
A simple "struct" (hence the public members) representing the current state of the parser.
|
| StandardRtfParser |
This class builds on the RawRtfParser to provide a parser which can
deal with character encodings and Unicode.
|
| StringEvent |
Represents an event to be sent to the listener.
|
| UprHandler |
The upr command is used to wrap two different versions of the same set of
formatting commands.
|