C# Class Itenso.Rtf.Interpreter.RtfImageBuilder

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

Public Methods

Method Description
Reset ( ) : void
RtfImageBuilder ( ) : Itenso.Rtf.Support

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

RtfImageBuilder() public method

public RtfImageBuilder ( ) : Itenso.Rtf.Support
return Itenso.Rtf.Support