C# Class Itenso.Rtf.Parser.RtfParserListenerStructureBuilder

Inheritance: RtfParserListenerBase
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Méthodes protégées

Méthode Description
DoGroupBegin ( ) : void
DoGroupEnd ( ) : void
DoParseBegin ( ) : void
DoParseEnd ( ) : void
DoTagFound ( IRtfTag tag ) : void
DoTextFound ( IRtfText text ) : void

Method Details

DoGroupBegin() protected méthode

protected DoGroupBegin ( ) : void
Résultat void

DoGroupEnd() protected méthode

protected DoGroupEnd ( ) : void
Résultat void

DoParseBegin() protected méthode

protected DoParseBegin ( ) : void
Résultat void

DoParseEnd() protected méthode

protected DoParseEnd ( ) : void
Résultat void

DoTagFound() protected méthode

protected DoTagFound ( IRtfTag tag ) : void
tag IRtfTag
Résultat void

DoTextFound() protected méthode

protected DoTextFound ( IRtfText text ) : void
text IRtfText
Résultat void