C# Class XText.FormattingCalculator

Afficher le fichier Open project: JakeGinnivan/XText Class Usage Examples

Méthodes publiques

Méthode Description
RequiresSpace ( Inline lastInline, Inline nextInline ) : bool
RequiresSpace ( char lastCharacter, char nextCharacter ) : bool

Method Details

RequiresSpace() public static méthode

public static RequiresSpace ( Inline lastInline, Inline nextInline ) : bool
lastInline System.Windows.Documents.Inline
nextInline System.Windows.Documents.Inline
Résultat bool

RequiresSpace() public static méthode

public static RequiresSpace ( char lastCharacter, char nextCharacter ) : bool
lastCharacter char
nextCharacter char
Résultat bool