Class LayoutTokenizer.LayoutWord
Structure representing a word inside text.
Inheritance
Namespace: Telerik.Windows.Documents.Utils
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class LayoutWord : ValueType
Constructors
LayoutWord(String, Int32, Boolean, Boolean, Boolean, Boolean, Boolean)
Initializes a new instance of the Layout
Declaration
public LayoutWord(string word, int indexInText, bool containsDigits, bool containsLetters, bool onlyUpperLetters, bool isDecimal, bool isRtl)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
LayoutWord(String, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Initializes a new instance of the Layout
Declaration
public LayoutWord(string word, int indexInText, bool containsDigits, bool containsLetters, bool onlyUpperLetters, bool isDecimal, bool isRtl, bool isSingleSymbol)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
Fields
ContainsDigits
Determines whether the word contains digits.
Declaration
public bool ContainsDigits
Field Value
System.
|
ContainsLetters
Determines whether the word contains letters.
Declaration
public bool ContainsLetters
Field Value
System.
|
IndexInText
The index of the word inside the text.
Declaration
public int IndexInText
Field Value
System.
|
IsDecimal
Determines whether the word is a decimal.
Declaration
public bool IsDecimal
Field Value
System.
|
IsRtl
Determines whether the word is in right-to-left.
Declaration
public bool IsRtl
Field Value
System.
|
IsSingleSymbol
Determines whether the word contains a single symbol.
Declaration
public bool IsSingleSymbol
Field Value
System.
|
OnlyUpperLetters
Determines whether the word contains only upper-case letters.
Declaration
public bool OnlyUpperLetters
Field Value
System.
|
Word
The word.
Declaration
public string Word
Field Value
System.
|