C# Class Itenso.Rtf.Interpreter.RtfFontBuilder

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

Public Methods

Method Description
CreateFont ( ) : IRtfFont
Reset ( ) : void
RtfFontBuilder ( ) : System.Text

Protected Methods

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

Method Details

CreateFont() public method

public CreateFont ( ) : IRtfFont
return IRtfFont

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

RtfFontBuilder() public method

public RtfFontBuilder ( ) : System.Text
return System.Text