C# Class Itenso.Rtf.Parser.RtfParserListenerStructureBuilder

Inheritance: RtfParserListenerBase
Show file Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Protected Methods

Method Description
DoGroupBegin ( ) : void
DoGroupEnd ( ) : void
DoParseBegin ( ) : void
DoParseEnd ( ) : void
DoTagFound ( IRtfTag tag ) : void
DoTextFound ( IRtfText text ) : void

Method Details

DoGroupBegin() protected method

protected DoGroupBegin ( ) : void
return void

DoGroupEnd() protected method

protected DoGroupEnd ( ) : void
return void

DoParseBegin() protected method

protected DoParseBegin ( ) : void
return void

DoParseEnd() protected method

protected DoParseEnd ( ) : void
return void

DoTagFound() protected method

protected DoTagFound ( IRtfTag tag ) : void
tag IRtfTag
return void

DoTextFound() protected method

protected DoTextFound ( IRtfText text ) : void
text IRtfText
return void