C# 클래스 XText.XSpan

Useful for grouping a set of inlines and optionally writing them out.
상속: XInline
파일 보기 프로젝트 열기: JakeGinnivan/XText 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToPlainString ( ) : string
ToString ( ) : string
XSpan ( ) : System
XSpan ( Func writeIf ) : System
operator ( ) : bool

보호된 메소드들

메소드 설명
BuildElementInternal ( ) : Inline
Equals ( XSpan other ) : bool

비공개 메소드들

메소드 설명
AddChild ( System.Windows.Documents.Span element, Inline child ) : void
AddChild ( StringBuilder stringBuilder, XInline child, bool formatted ) : void
AddingChild ( System.Windows.Documents.Span element, Inline child ) : void
AddingChild ( StringBuilder stringBuilder, XInline child ) : void
ToString ( bool formatted ) : string

메소드 상세

BuildElementInternal() 보호된 메소드

protected BuildElementInternal ( ) : Inline
리턴 System.Windows.Documents.Inline

Equals() 보호된 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToPlainString() 공개 메소드

public ToPlainString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

XSpan() 공개 메소드

public XSpan ( ) : System
리턴 System

XSpan() 공개 메소드

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

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool