Represents a text object used by the spell checking and search mechanisms.
Definition
Namespace:Telerik.WinForms.Documents.TextSearch
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class DocumentTextMap.TextItem
Inheritance: objectDocumentTextMap.TextItem
Constructors
Initializes a new instance of the DocumentTextMap.TextItem class.
Properties
Gets the span box.
C#
public SpanLayoutBox SpanBox { get; }
The span box.
Gets or sets the result of the spell checking.
C#
public bool? SpellCheckResult { get; set; }
The spell check result.
Methods
Appends the specified text.