Class DocumentTextMap.TextItem
Represents a text object used by the spell checking and search mechanisms.
Inheritance
Namespace: Telerik.Windows.Documents.TextSearch
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TextItem : Object
Constructors
TextItem(SpanLayoutBox)
Initializes a new instance of the DocumentTextMap.TextItem class.
Declaration
public TextItem(SpanLayoutBox spanBox)
Parameters
SpanLayoutBox
spanBox
The span box. |
Properties
SpanBox
Gets the span box.
Declaration
public SpanLayoutBox SpanBox { get; }
Property Value
SpanLayoutBox
The span box. |
SpellCheckResult
Gets or sets the result of the spell checking.
Declaration
public Nullable<bool> SpellCheckResult { get; set; }
Property Value
System.Nullable<System.Boolean>
The spell check result. |
Text
Gets the text.
Declaration
public string Text { get; }
Property Value
System.String
The text. |
Methods
Append(String)
Appends the specified text.
Declaration
public void Append(string text)
Parameters
System.String
text
The text. |