C# Class Itenso.Rtf.Interpreter.RtfInterpreterContext

Inheritance: IRtfInterpreterContext
Show file Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Public Methods

Method Description
GetSafeCurrentTextFormat ( ) : IRtfTextFormat
GetUniqueTextFormatInstance ( IRtfTextFormat templateFormat ) : IRtfTextFormat
PopCurrentTextFormat ( ) : void
PushCurrentTextFormat ( ) : void
Reset ( ) : void

Method Details

GetSafeCurrentTextFormat() public method

public GetSafeCurrentTextFormat ( ) : IRtfTextFormat
return IRtfTextFormat

GetUniqueTextFormatInstance() public method

public GetUniqueTextFormatInstance ( IRtfTextFormat templateFormat ) : IRtfTextFormat
templateFormat IRtfTextFormat
return IRtfTextFormat

PopCurrentTextFormat() public method

public PopCurrentTextFormat ( ) : void
return void

PushCurrentTextFormat() public method

public PushCurrentTextFormat ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void