Class
TextMapItem

Represents an item in the text map used for searching within documents.

Definition

Namespace:Telerik.Windows.Documents.TextSearch

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class TextMapItem

Inheritance: objectTextMapItem

Constructors

TextMapItem(int, SpanLayoutBox, int)

Declaration

cs-api-definition
public TextMapItem(int index, SpanLayoutBox spanBox, int length)

Parameters

index

int

spanBox

SpanLayoutBox

length

int

Properties

Index

Gets the index of the text map item within the collection.

Declaration

cs-api-definition
public int Index { get; set; }

Property Value

int

The zero-based index of the text map item.

Length

Gets the length of the text map item.

Declaration

cs-api-definition
public int Length { get; set; }

Property Value

int

The length of the text map item represented as an integer.

SpanBox

Gets the bounding box of the text span as a rectangle in the document coordinates.

Declaration

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

Property Value

SpanLayoutBox