C# Class Itenso.Rtf.Interpreter.RtfColorTableBuilder

Inheritance: Itenso.Rtf.Support.RtfElementVisitorBase
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Méthodes publiques

Méthode Description
Reset ( ) : void
RtfColorTableBuilder ( RtfColorCollection colorTable ) : System

Méthodes protégées

Méthode Description
DoVisitGroup ( IRtfGroup group ) : void
DoVisitTag ( IRtfTag tag ) : void
DoVisitText ( IRtfText text ) : void

Method Details

DoVisitGroup() protected méthode

protected DoVisitGroup ( IRtfGroup group ) : void
group IRtfGroup
Résultat void

DoVisitTag() protected méthode

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

DoVisitText() protected méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void

RtfColorTableBuilder() public méthode

public RtfColorTableBuilder ( RtfColorCollection colorTable ) : System
colorTable Itenso.Rtf.Model.RtfColorCollection
Résultat System