Method | Description | |
---|---|---|
BuildDocument ( ) : System.Windows.Documents.Block | ||
BuildElement ( ) : |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ToPlainString ( ) : string | ||
ToString ( ) : string | ||
operator ( ) : bool |
Method | Description | |
---|---|---|
BuildDocumentInternal ( ) : System.Windows.Documents.Block | ||
BuildElementInternal ( ) : |
||
Equals ( |
||
Indent ( string stringToIndent ) : string | ||
ToString ( bool formatted ) : string | ||
XBlock ( BlockStyle blockStyle = BlockStyle.Normal ) : System | ||
XBlock ( Func |
public BuildDocument ( ) : System.Windows.Documents.Block | ||
return | System.Windows.Documents.Block |
protected abstract BuildDocumentInternal ( ) : System.Windows.Documents.Block | ||
return | System.Windows.Documents.Block |
public BuildElement ( ) : |
||
return |
protected abstract BuildElementInternal ( ) : |
||
return |
protected Indent ( string stringToIndent ) : string | ||
stringToIndent | string | |
return | string |
protected abstract ToString ( bool formatted ) : string | ||
formatted | bool | |
return | string |
protected XBlock ( BlockStyle blockStyle = BlockStyle.Normal ) : System | ||
blockStyle | BlockStyle | |
return | System |
protected XBlock ( Func |
||
writeIf | Func |
|
blockStyle | BlockStyle | |
return | System |