C# Class Itenso.Rtf.Model.RtfText

Inheritance: RtfElement, IRtfText
Mostra file Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Public Methods

Method Description
RtfText ( string text ) : System
ToString ( ) : string

Protected Methods

Method Description
ComputeHashCode ( ) : int
DoVisit ( IRtfElementVisitor visitor ) : void
IsEqual ( object obj ) : bool

Method Details

ComputeHashCode() protected method

protected ComputeHashCode ( ) : int
return int

DoVisit() protected method

protected DoVisit ( IRtfElementVisitor visitor ) : void
visitor IRtfElementVisitor
return void

IsEqual() protected method

protected IsEqual ( object obj ) : bool
obj object
return bool

RtfText() public method

public RtfText ( string text ) : System
text string
return System

ToString() public method

public ToString ( ) : string
return string