C# Class XText.XRun

Inheritance: XInline
ファイルを表示 Open project: JakeGinnivan/XText Class Usage Examples

Public Methods

Method 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

Protected Methods

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

Method Details

BuildElementInternal() protected method

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

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

XRun() public method

public XRun ( Binding textBinding ) : System
textBinding System.Windows.Data.Binding
return System

XRun() public method

public XRun ( Binding textBinding, string style ) : System
textBinding System.Windows.Data.Binding
style string
return System

XRun() public method

public XRun ( Func writeIf, Func text, string style = null ) : System
writeIf Func
text Func
style string
return System

XRun() public method

public XRun ( Func writeIf, string text, string style = null ) : System
writeIf Func
text string
style string
return System

XRun() public method

public XRun ( Func text, string style = null ) : System
text Func
style string
return System

XRun() public method

public XRun ( string text, string style = null ) : System
text string
style string
return System

operator() public static method

public static operator ( ) : bool
return bool