C# 클래스 XText.Demo.XSubHeading

상속: XBlock
파일 보기 프로젝트 열기: JakeGinnivan/XText

공개 메소드들

메소드 설명
XSubHeading ( Func writeIf, string text, BlockStyle blockStyle = BlockStyle.Normal ) : System
XSubHeading ( string text ) : System

보호된 메소드들

메소드 설명
BuildDocumentInternal ( ) : System.Windows.Documents.Block
BuildElementInternal ( ) : FrameworkElement
ToString ( bool formatted ) : string

메소드 상세

BuildDocumentInternal() 보호된 메소드

protected BuildDocumentInternal ( ) : System.Windows.Documents.Block
리턴 System.Windows.Documents.Block

BuildElementInternal() 보호된 메소드

protected BuildElementInternal ( ) : FrameworkElement
리턴 System.Windows.FrameworkElement

ToString() 보호된 메소드

protected ToString ( bool formatted ) : string
formatted bool
리턴 string

XSubHeading() 공개 메소드

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

XSubHeading() 공개 메소드

public XSubHeading ( string text ) : System
text string
리턴 System