C# Class XText.XItalic

Inheritance: XInline
Afficher le fichier Open project: JakeGinnivan/XText Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
XItalic ( Binding textBinding ) : System
XItalic ( Func writeIf, Func text ) : System
XItalic ( Func writeIf, string text ) : System
XItalic ( Func text ) : System
XItalic ( string text ) : System
operator ( ) : bool

Méthodes protégées

Méthode Description
BuildElementInternal ( ) : Inline
Equals ( XItalic other ) : bool

Method Details

BuildElementInternal() protected méthode

protected BuildElementInternal ( ) : Inline
Résultat System.Windows.Documents.Inline

Equals() protected méthode

protected Equals ( XItalic other ) : bool
other XItalic
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

XItalic() public méthode

public XItalic ( Binding textBinding ) : System
textBinding System.Windows.Data.Binding
Résultat System

XItalic() public méthode

public XItalic ( Func writeIf, Func text ) : System
writeIf Func
text Func
Résultat System

XItalic() public méthode

public XItalic ( Func writeIf, string text ) : System
writeIf Func
text string
Résultat System

XItalic() public méthode

public XItalic ( Func text ) : System
text Func
Résultat System

XItalic() public méthode

public XItalic ( string text ) : System
text string
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool