C# Class XText.FormattingCalculator

ファイルを表示 Open project: JakeGinnivan/XText Class Usage Examples

Public Methods

Method Description
RequiresSpace ( Inline lastInline, Inline nextInline ) : bool
RequiresSpace ( char lastCharacter, char nextCharacter ) : bool

Method Details

RequiresSpace() public static method

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

RequiresSpace() public static method

public static RequiresSpace ( char lastCharacter, char nextCharacter ) : bool
lastCharacter char
nextCharacter char
return bool