C# 클래스 XText.FormattingCalculator

파일 보기 프로젝트 열기: JakeGinnivan/XText 1 사용 예제들

공개 메소드들

메소드 설명
RequiresSpace ( Inline lastInline, Inline nextInline ) : bool
RequiresSpace ( char lastCharacter, char nextCharacter ) : bool

메소드 상세

RequiresSpace() 공개 정적인 메소드

public static RequiresSpace ( Inline lastInline, Inline nextInline ) : bool
lastInline System.Windows.Documents.Inline
nextInline System.Windows.Documents.Inline
리턴 bool

RequiresSpace() 공개 정적인 메소드

public static RequiresSpace ( char lastCharacter, char nextCharacter ) : bool
lastCharacter char
nextCharacter char
리턴 bool