C# Class Itenso.Rtf.Model.RtfTag

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

Public Methods

Method Description
RtfTag ( string name ) : System
RtfTag ( string name, string value ) : 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

RtfTag() public method

public RtfTag ( string name ) : System
name string
return System

RtfTag() public method

public RtfTag ( string name, string value ) : System
name string
value string
return System

ToString() public method

public ToString ( ) : string
return string