ClassDocumentTextMap.TextItem
Class
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
The span box.
Properties
SpanBox
Gets the span box.
Declaration
cs-api-definition
public SpanLayoutBox SpanBox { get; }
Property Value
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.
Methods
Append(string)
Appends the specified text.