C# Class Itenso.Rtf.Model.RtfVisualText

Inheritance: RtfVisual, IRtfVisualText
ファイルを表示 Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Public Methods

Method Description
RtfVisualText ( string text, IRtfTextFormat format ) : System
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

RtfVisualText() public method

public RtfVisualText ( string text, IRtfTextFormat format ) : System
text string
format IRtfTextFormat
return System

ToString() public method

public ToString ( ) : string
return string