Structure representing a word inside text.
Definition
Namespace:Telerik.Windows.Documents.Utils
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public struct LayoutTokenizer.LayoutWord
Inherited Members
Constructors
Initializes a new instance of the LayoutTokenizer.LayoutWord struct.
Initializes a new instance of the LayoutTokenizer.LayoutWord struct.
Fields
Determines whether the word contains digits.
C#
public bool ContainsDigits
Determines whether the word contains letters.
C#
public bool ContainsLetters
The index of the word inside the text.
C#
public int IndexInText
Determines whether the word contains a single symbol.
C#
public bool IsSingleSymbol
Determines whether the word contains only upper-case letters.
C#
public bool OnlyUpperLetters