C# Class XText.XSpan

Useful for grouping a set of inlines and optionally writing them out.
Inheritance: XInline
Afficher le fichier Open project: JakeGinnivan/XText Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToPlainString ( ) : string
ToString ( ) : string
XSpan ( ) : System
XSpan ( Func writeIf ) : System
operator ( ) : bool

Méthodes protégées

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

Private Methods

Méthode Description
AddChild ( System.Windows.Documents.Span element, Inline child ) : void
AddChild ( StringBuilder stringBuilder, XInline child, bool formatted ) : void
AddingChild ( System.Windows.Documents.Span element, Inline child ) : void
AddingChild ( StringBuilder stringBuilder, XInline child ) : void
ToString ( bool formatted ) : string

Method Details

BuildElementInternal() protected méthode

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

Equals() protected méthode

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

ToPlainString() public méthode

public ToPlainString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

XSpan() public méthode

public XSpan ( ) : System
Résultat System

XSpan() public méthode

public XSpan ( Func writeIf ) : System
writeIf Func
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool