| Package | Description |
|---|---|
| com.rtfparserkit.converter.text | |
| com.rtfparserkit.parser | |
| com.rtfparserkit.parser.raw | |
| com.rtfparserkit.parser.standard |
| Modifier and Type | Method and Description |
|---|---|
void |
StringTextConverter.convert(IRtfSource source) |
void |
AbstractTextConverter.convert(IRtfSource source) |
void |
StreamTextConverter.convert(IRtfSource source,
OutputStream os,
String outputCharsetName) |
| Modifier and Type | Class and Description |
|---|---|
class |
RtfStreamSource
Implementation of IRtfSource which will read the RTF file from a stream.
|
class |
RtfStringSource
This is a hack...
|
| Modifier and Type | Method and Description |
|---|---|
void |
IRtfParser.parse(IRtfSource source,
IRtfListener listener)
At the point the parser is constructed, a listener will have been
supplied by the caller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RawRtfParser.parse(IRtfSource source,
IRtfListener listener)
Parse RTF data from an input source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardRtfParser.parse(IRtfSource source,
IRtfListener listener)
Main entry point: parse RTF data from the input stream, and pass events based on
the RTF content to the listener.
|
Copyright © 2013–2018. All rights reserved.