C# Class Itenso.Rtf.Model.RtfTag

Inheritance: RtfElement, IRtfTag
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Méthodes publiques

Méthode Description
RtfTag ( string name ) : System
RtfTag ( string name, string value ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
ComputeHashCode ( ) : int
DoVisit ( IRtfElementVisitor visitor ) : void
IsEqual ( object obj ) : bool

Method Details

ComputeHashCode() protected méthode

protected ComputeHashCode ( ) : int
Résultat int

DoVisit() protected méthode

protected DoVisit ( IRtfElementVisitor visitor ) : void
visitor IRtfElementVisitor
Résultat void

IsEqual() protected méthode

protected IsEqual ( object obj ) : bool
obj object
Résultat bool

RtfTag() public méthode

public RtfTag ( string name ) : System
name string
Résultat System

RtfTag() public méthode

public RtfTag ( string name, string value ) : System
name string
value string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string