C# Class XText.Demo.XSubHeading

Inheritance: XBlock
ファイルを表示 Open project: JakeGinnivan/XText

Public Methods

Method Description
XSubHeading ( Func writeIf, string text, BlockStyle blockStyle = BlockStyle.Normal ) : System
XSubHeading ( string text ) : System

Protected Methods

Method Description
BuildDocumentInternal ( ) : System.Windows.Documents.Block
BuildElementInternal ( ) : FrameworkElement
ToString ( bool formatted ) : string

Method Details

BuildDocumentInternal() protected method

protected BuildDocumentInternal ( ) : System.Windows.Documents.Block
return System.Windows.Documents.Block

BuildElementInternal() protected method

protected BuildElementInternal ( ) : FrameworkElement
return System.Windows.FrameworkElement

ToString() protected method

protected ToString ( bool formatted ) : string
formatted bool
return string

XSubHeading() public method

public XSubHeading ( Func writeIf, string text, BlockStyle blockStyle = BlockStyle.Normal ) : System
writeIf Func
text string
blockStyle BlockStyle
return System

XSubHeading() public method

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