C# Class Itenso.Rtf.Interpreter.RtfInterpreter

Inheritance: RtfInterpreterBase, IRtfElementVisitor
Show file Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Public Methods

Method Description
GetSupportedDocument ( IRtfGroup rtfDocument ) : IRtfGroup
IsSupportedDocument ( IRtfGroup rtfDocument ) : bool
RtfInterpreter ( ) : System

Protected Methods

Method Description
DoInterpret ( IRtfGroup rtfDocument ) : void

Private Methods

Method Description
IRtfElementVisitor ( IRtfGroup group ) : void
IRtfElementVisitor ( IRtfTag tag ) : void
IRtfElementVisitor ( IRtfText text ) : void
InterpretContents ( IRtfGroup rtfDocument ) : void
VisitChildrenOf ( IRtfGroup group ) : void

Method Details

DoInterpret() protected method

protected DoInterpret ( IRtfGroup rtfDocument ) : void
rtfDocument IRtfGroup
return void

GetSupportedDocument() public static method

public static GetSupportedDocument ( IRtfGroup rtfDocument ) : IRtfGroup
rtfDocument IRtfGroup
return IRtfGroup

IsSupportedDocument() public static method

public static IsSupportedDocument ( IRtfGroup rtfDocument ) : bool
rtfDocument IRtfGroup
return bool

RtfInterpreter() public method

public RtfInterpreter ( ) : System
return System