RichTextBoxWordInfo
Class
Represents information about Word elements in a RichTextBox, specifically for proofing in the Telerik UI.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Documents.Proofing.dll
Syntax:
C#
public class RichTextBoxWordInfo : IWordInfo
Inheritance: objectRichTextBoxWordInfo
Implements:
Constructors
Properties
Determines whether the specified text contains any numeric digits.
C#
public bool ContainsDigits { get; }
Determines whether the RichTextBox contains any letters.
C#
public bool ContainsLetters { get; }
True if the RichTextBox contains at least one letter; otherwise, false.
Gets a value indicating whether the text is in uppercase.
C#
public bool IsUppercase { get; }
true if the text is entirely uppercase; otherwise, false.
Gets the text map items associated with the RichTextBoxWordInfo.
C#
public List<TextMapItem> TextMapItems { get; }
A collection of text map items that represent the content of the RichTextBox.