All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbstractTextConverter This class implements the core of a trivial RTF to text converter.BinaryBytesEvent Represents an event to be sent to the listener.ByteBuffer Implements a simple byte array based buffer.Command Enumeration of all RTF commands.CommandEvent Represents an event to be sent to the listener.CommandType Enumeration of command types.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.HexUtils Utilities for working with hex numbers.IParserEvent Represents an event generate by the parser which will at some point in the future be passed to the listener.IParserEventHandler Represents a handler which will consume events raised by the parser and handle them appropriately.IRtfListener Listener interface implemented by classes to receive event from an RTF parser.IRtfParser Standard interface implemented by an RTF parser.IRtfSource Classes implementing this interface can be used as the source of RTF data for the parser to consume.ParserEventType Types of event which may be raised by the parser.ParserState A simple "struct" (hence the public members) representing the current state of the parser.RawRtfParser This class implements a low level RTF parser.RtfDump RtfDumpListener Trivial class used to convert events generated by an RTF parser into an XML document.RtfListenerAdaptor This adaptor class is provided as a convenience for users of the IRtfListener interface.RtfStreamSource Implementation of IRtfSource which will read the RTF file from a stream.RtfStringSource This is a hack...StandardRtfParser This class builds on the RawRtfParser to provide a parser which can deal with character encodings and Unicode.StreamTextConverter This class implements a trivial RTF to text converter.StringEvent Represents an event to be sent to the listener.StringTextConverter This class implements a trivial RTF to text converter.UprHandler The upr command is used to wrap two different versions of the same set of formatting commands.