C# 클래스 XText.XParagraph

Represents a paragraph of text Paragraph is a block element
상속: XBlock
파일 보기 프로젝트 열기: JakeGinnivan/XText 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

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

메소드 상세

AddChild() 공개 메소드

public AddChild ( XInline child ) : void
child XInline
리턴 void

BuildDocumentInternal() 보호된 메소드

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

BuildElementInternal() 보호된 메소드

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

Equals() 보호된 메소드

protected Equals ( XParagraph other ) : bool
other XParagraph
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 보호된 메소드

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

XParagraph() 공개 메소드

public XParagraph ( ) : System
리턴 System

XParagraph() 공개 메소드

public XParagraph ( BlockStyle blockStyle = BlockStyle.Normal ) : System
blockStyle BlockStyle
리턴 System

XParagraph() 공개 메소드

public XParagraph ( Func writeIf ) : System
writeIf Func
리턴 System

XParagraph() 공개 메소드

public XParagraph ( Func writeIf, BlockStyle blockStyle = BlockStyle.Normal ) : System
writeIf Func
blockStyle BlockStyle
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool