C# Class Itenso.Rtf.Model.RtfVisualSpecialChar

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

Public Methods

Method Description
RtfVisualSpecialChar ( RtfVisualSpecialCharKind charKind ) : Itenso.Sys
ToString ( ) : string

Protected Methods

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

Method Details

ComputeHashCode() protected method

protected ComputeHashCode ( ) : int
return int

DoVisit() protected method

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

IsEqual() protected method

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

RtfVisualSpecialChar() public method

public RtfVisualSpecialChar ( RtfVisualSpecialCharKind charKind ) : Itenso.Sys
charKind RtfVisualSpecialCharKind
return Itenso.Sys

ToString() public method

public ToString ( ) : string
return string