C# Class XText.Demo.XSubHeading

Inheritance: XBlock
Afficher le fichier Open project: JakeGinnivan/XText

Méthodes publiques

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

Méthodes protégées

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

Method Details

BuildDocumentInternal() protected méthode

protected BuildDocumentInternal ( ) : System.Windows.Documents.Block
Résultat System.Windows.Documents.Block

BuildElementInternal() protected méthode

protected BuildElementInternal ( ) : FrameworkElement
Résultat System.Windows.FrameworkElement

ToString() protected méthode

protected ToString ( bool formatted ) : string
formatted bool
Résultat string

XSubHeading() public méthode

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

XSubHeading() public méthode

public XSubHeading ( string text ) : System
text string
Résultat System