Méthode | Description | |
---|---|---|
AddPatternString ( string Text, Row Row, Pattern Pattern, TextStyle Style, Span span, bool HasError ) : void | ||
AddString ( string Text, Row Row, TextStyle Style, Span span ) : void | ||
GetFirstWord ( char TextBuffer, PatternCollection Patterns, int StartPosition ) : PatternScanResult | ||
GetWords ( string text ) : List |
public static AddPatternString ( string Text, Row Row, Pattern Pattern, TextStyle Style, Span span, bool HasError ) : void | ||
Text | string | |
Row | Row | |
Pattern | Pattern | |
Style | TextStyle | |
span | Span | |
HasError | bool | |
Résultat | void |
public static AddString ( string Text, Row Row, TextStyle Style, Span span ) : void | ||
Text | string | |
Row | Row | |
Style | TextStyle | |
span | Span | |
Résultat | void |
public static GetFirstWord ( char TextBuffer, PatternCollection Patterns, int StartPosition ) : PatternScanResult | ||
TextBuffer | char | |
Patterns | PatternCollection | |
StartPosition | int | |
Résultat | PatternScanResult |
public static GetWords ( string text ) : List |
||
text | string | |
Résultat | List |