|
ScroogeXHTML for Object Pascal 9.4
|
This class reads the RTF input and sends the property changes to an instance of TSxWriter. More...
Public Member Functions | |
| TSxReader (const TSxBase AOwner, const ISxWriter AWriter) | |
| create a new instance of a TSxReader | |
| ~TSxReader () | |
| destroy the TSxReader | |
| ConvertRTFToHTML (const RawByteString RTF) | |
| the main converter procedure | |
This class reads the RTF input and sends the property changes to an instance of TSxWriter.
create a new instance of a TSxReader
| TSxReader::~TSxReader | ( | ) |
destroy the TSxReader
| TSxReader::ConvertRTFToHTML | ( | const RawByteString | RTF | ) |
the main converter procedure
Implements ISxReader.