Class
DocumentTextMap.TextItem

Represents a text object used by the spell checking and search mechanisms.

Definition

Namespace:Telerik.Windows.Documents.TextSearch

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class DocumentTextMap.TextItem

Inheritance: objectDocumentTextMap.TextItem

Constructors

TextItem(SpanLayoutBox)

Initializes a new instance of the DocumentTextMap.TextItem class.

Declaration

cs-api-definition
public TextItem(SpanLayoutBox spanBox)

Parameters

spanBox

SpanLayoutBox

The span box.

Properties

SpanBox

Gets the span box.

Declaration

cs-api-definition
public SpanLayoutBox SpanBox { get; }

Property Value

SpanLayoutBox

The span box.

SpellCheckResult

Gets or sets the result of the spell checking.

Declaration

cs-api-definition
public bool? SpellCheckResult { get; set; }

Property Value

bool?

The spell check result.

Text

Gets the text.

Declaration

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

Property Value

string

The text.

Methods

Append(string)

Appends the specified text.

Declaration

cs-api-definition
public void Append(string text)

Parameters

text

string

The text.