C# Class XText.XParagraph

Represents a paragraph of text Paragraph is a block element
Inheritance: XBlock
Afficher le fichier Open project: JakeGinnivan/XText Class Usage Examples

Méthodes publiques

Méthode Description
AddChild ( XInline child ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
XParagraph ( ) : System
XParagraph ( BlockStyle blockStyle = BlockStyle.Normal ) : System
XParagraph ( Func writeIf ) : System
XParagraph ( Func writeIf, BlockStyle blockStyle = BlockStyle.Normal ) : System
operator ( ) : bool

Méthodes protégées

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

Method Details

AddChild() public méthode

public AddChild ( XInline child ) : void
child XInline
Résultat void

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

Equals() protected méthode

protected Equals ( XParagraph other ) : bool
other XParagraph
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() protected méthode

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

XParagraph() public méthode

public XParagraph ( ) : System
Résultat System

XParagraph() public méthode

public XParagraph ( BlockStyle blockStyle = BlockStyle.Normal ) : System
blockStyle BlockStyle
Résultat System

XParagraph() public méthode

public XParagraph ( Func writeIf ) : System
writeIf Func
Résultat System

XParagraph() public méthode

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

operator() public static méthode

public static operator ( ) : bool
Résultat bool