ClassRichTextBoxWordInfo
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:
public class RichTextBoxWordInfo : IWordInfo
Inheritance: objectRichTextBoxWordInfo
Implements:
Constructors
RichTextBoxWordInfo(TextMapItem)
Declaration
public RichTextBoxWordInfo(TextMapItem textMapItem)
Parameters
textMapItem
Properties
ContainsDigits
Determines whether the specified text contains any numeric digits.
ContainsLetters
Determines whether the RichTextBox contains any letters.
Declaration
public bool ContainsLetters { get; }
Property Value
True if the RichTextBox contains at least one letter; otherwise, false.
IsUppercase
Gets a value indicating whether the text is in uppercase.
Declaration
public bool IsUppercase { get; }
Property Value
true if the text is entirely uppercase; otherwise, false.
TextMapItems
Gets the text map items associated with the RichTextBoxWordInfo.
Declaration
public List<TextMapItem> TextMapItems { get; }
Property Value
A collection of text map items that represent the content of the RichTextBox.