Class
RichTextBoxWordInfo

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:

cs-api-definition
public class RichTextBoxWordInfo : IWordInfo

Inheritance: objectRichTextBoxWordInfo

Implements: IWordInfo

Constructors

RichTextBoxWordInfo(TextMapItem)

Declaration

cs-api-definition
public RichTextBoxWordInfo(TextMapItem textMapItem)

Parameters

textMapItem

TextMapItem

Properties

ContainsDigits

Determines whether the specified text contains any numeric digits.

Declaration

cs-api-definition
public bool ContainsDigits { get; }

Property Value

bool

ContainsLetters

Determines whether the RichTextBox contains any letters.

Declaration

cs-api-definition
public bool ContainsLetters { get; }

Property Value

bool

True if the RichTextBox contains at least one letter; otherwise, false.

IsUppercase

Gets a value indicating whether the text is in uppercase.

Declaration

cs-api-definition
public bool IsUppercase { get; }

Property Value

bool

true if the text is entirely uppercase; otherwise, false.

TextMapItems

Gets the text map items associated with the RichTextBoxWordInfo.

Declaration

cs-api-definition
public List<TextMapItem> TextMapItems { get; }

Property Value

List<TextMapItem>

A collection of text map items that represent the content of the RichTextBox.

Word

Represents the word information in the RichTextBox used for proofing operations.

Declaration

cs-api-definition
public string Word { get; }

Property Value

string

Implements IWordInfo.Word