C# Class XText.XItalic

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

Public Methods

Method 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

Protected Methods

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

Method Details

BuildElementInternal() protected method

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

Equals() protected method

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

XItalic() public method

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

XItalic() public method

public XItalic ( Func writeIf, Func text ) : System
writeIf Func
text Func
return System

XItalic() public method

public XItalic ( Func writeIf, string text ) : System
writeIf Func
text string
return System

XItalic() public method

public XItalic ( Func text ) : System
text Func
return System

XItalic() public method

public XItalic ( string text ) : System
text string
return System

operator() public static method

public static operator ( ) : bool
return bool