C# Class XText.XSpan

Useful for grouping a set of inlines and optionally writing them out.
Inheritance: XInline
ファイルを表示 Open project: JakeGinnivan/XText Class Usage Examples

Public Methods

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

Protected Methods

Method Description
BuildElementInternal ( ) : Inline
Equals ( XSpan other ) : bool

Private Methods

Method 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 method

protected BuildElementInternal ( ) : Inline
return System.Windows.Documents.Inline

Equals() protected method

protected Equals ( XSpan other ) : bool
other XSpan
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToPlainString() public method

public ToPlainString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

XSpan() public method

public XSpan ( ) : System
return System

XSpan() public method

public XSpan ( Func writeIf ) : System
writeIf Func
return System

operator() public static method

public static operator ( ) : bool
return bool