C# Class Itenso.Rtf.Interpreter.RtfColorTableBuilder

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

Public Methods

Method Description
Reset ( ) : void
RtfColorTableBuilder ( RtfColorCollection colorTable ) : System

Protected Methods

Method Description
DoVisitGroup ( IRtfGroup group ) : void
DoVisitTag ( IRtfTag tag ) : void
DoVisitText ( IRtfText text ) : void

Method Details

DoVisitGroup() protected method

protected DoVisitGroup ( IRtfGroup group ) : void
group IRtfGroup
return void

DoVisitTag() protected method

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

DoVisitText() protected method

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

Reset() public method

public Reset ( ) : void
return void

RtfColorTableBuilder() public method

public RtfColorTableBuilder ( RtfColorCollection colorTable ) : System
colorTable Itenso.Rtf.Model.RtfColorCollection
return System