Class LayoutTokenizer
Class responsible for separating text into words.
Inheritance
System.Object
LayoutTokenizer
Namespace: Telerik.Windows.Documents.Utils
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public static class LayoutTokenizer : Object
Methods
GetLayoutWordsFromText(String, Nullable<Boolean>, Boolean)
Gets the words from text.
Declaration
public static IEnumerable<LayoutTokenizer.LayoutWord> GetLayoutWordsFromText(string text, Nullable<bool> isPreviousRtl, bool stripNumbers = true)
Parameters
System. The text. |
System. Determines whether the content is in right-to-left mode. |
System. if set to |
Returns
System. Collection ofLayout |