ScroogeXHTML for Object Pascal 9.1
Loading...
Searching...
No Matches
TSxReader Class Reference

This class reads the RTF input and sends the property changes to an instance of TSxWriter. More...

Inheritance diagram for TSxReader:
ISxReader

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
 

Detailed Description

This class reads the RTF input and sends the property changes to an instance of TSxWriter.

See also
TSxWriter

Constructor & Destructor Documentation

◆ TSxReader()

TSxReader::TSxReader ( const TSxBase AOwner,
const ISxWriter AWriter )

create a new instance of a TSxReader

◆ ~TSxReader()

TSxReader::~TSxReader ( )

destroy the TSxReader

Member Function Documentation

◆ ConvertRTFToHTML()

TSxReader::ConvertRTFToHTML ( const RawByteString RTF)

the main converter procedure

Implements ISxReader.