RtfParser

interface RtfParser(source)

Parses RTF data from an input source, passing events based on the RTF content to a listener.

Inheritors

Functions

Link copied to clipboard
abstract fun parse(source: RtfSource, listener: RtfListener)

Parse RTF data from an input source.