C# Class XText.XRun

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
XRun ( Binding textBinding ) : System
XRun ( Binding textBinding, string style ) : System
XRun ( Func writeIf, Func text, string style = null ) : System
XRun ( Func writeIf, string text, string style = null ) : System
XRun ( Func text, string style = null ) : System
XRun ( string text, string style = null ) : System
operator ( ) : bool

Méthodes protégées

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

Method Details

BuildElementInternal() protected méthode

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

Equals() protected méthode

protected Equals ( XRun other ) : bool
other XRun
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

XRun() public méthode

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

XRun() public méthode

public XRun ( Binding textBinding, string style ) : System
textBinding System.Windows.Data.Binding
style string
Résultat System

XRun() public méthode

public XRun ( Func writeIf, Func text, string style = null ) : System
writeIf Func
text Func
style string
Résultat System

XRun() public méthode

public XRun ( Func writeIf, string text, string style = null ) : System
writeIf Func
text string
style string
Résultat System

XRun() public méthode

public XRun ( Func text, string style = null ) : System
text Func
style string
Résultat System

XRun() public méthode

public XRun ( string text, string style = null ) : System
text string
style string
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool