StructLayoutTokenizer.LayoutWord
Struct
Structure representing a word inside text.
Definition
Namespace:Telerik.Windows.Documents.Utils
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public struct LayoutTokenizer.LayoutWord
Inherited Members
Constructors
LayoutWord(string, int, bool, bool, bool, bool, bool)
Initializes a new instance of the LayoutTokenizer.LayoutWord struct.
LayoutWord(string, int, bool, bool, bool, bool, bool, bool)
Initializes a new instance of the LayoutTokenizer.LayoutWord struct.
Declaration
cs-api-definition
public LayoutWord(string word, int indexInText, bool containsDigits, bool containsLetters, bool onlyUpperLetters, bool isDecimal, bool isRtl, bool isSingleSymbol)
Parameters
word
indexInText
containsDigits
containsLetters
onlyUpperLetters
isDecimal
isRtl
isSingleSymbol
Fields
ContainsDigits
Determines whether the word contains digits.
ContainsLetters
Determines whether the word contains letters.
IndexInText
The index of the word inside the text.
IsDecimal
Determines whether the word is a decimal.
IsRtl
Determines whether the word is in right-to-left.
IsSingleSymbol
Determines whether the word contains a single symbol.
OnlyUpperLetters
Determines whether the word contains only upper-case letters.