C# Class Itenso.Rtf.Interpreter.RtfInterpreterContext

Inheritance: IRtfInterpreterContext
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Méthodes publiques

Méthode Description
GetSafeCurrentTextFormat ( ) : IRtfTextFormat
GetUniqueTextFormatInstance ( IRtfTextFormat templateFormat ) : IRtfTextFormat
PopCurrentTextFormat ( ) : void
PushCurrentTextFormat ( ) : void
Reset ( ) : void

Method Details

GetSafeCurrentTextFormat() public méthode

public GetSafeCurrentTextFormat ( ) : IRtfTextFormat
Résultat IRtfTextFormat

GetUniqueTextFormatInstance() public méthode

public GetUniqueTextFormatInstance ( IRtfTextFormat templateFormat ) : IRtfTextFormat
templateFormat IRtfTextFormat
Résultat IRtfTextFormat

PopCurrentTextFormat() public méthode

public PopCurrentTextFormat ( ) : void
Résultat void

PushCurrentTextFormat() public méthode

public PushCurrentTextFormat ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void