[]
        
(Showing Draft Content)

ReportViewer.SearchResult

Class: SearchResult

ReportViewer.SearchResult

Defines a search result.

Table of contents

Properties

Properties

DisplayText

Readonly DisplayText: string

Text to display.

Defined in

node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:148


ItemArea

Readonly ItemArea: Rect

The whole text item area coordinates.

Defined in

node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:150


ItemIndex

Readonly ItemIndex: number

The logical page item number (for subsequent searches, ordered).

Defined in

node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:152


PageIndex

Readonly PageIndex: number

The index of the page where the occurence is found.

Defined in

node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:146


Range

Readonly Range: Range

The selection text range.

Defined in

node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:154


UserData

Optional Readonly UserData: any

Plugin-specific data.

Defined in

node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:156


BeforeBegin

Static Readonly BeforeBegin: SearchResult

Special result value for Find method to begin searching from the beginning of the document/page

Defined in

node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:176


PastEnd

Static Readonly PastEnd: SearchResult

Result indicating search is finished. Also indicates position past the end of document.

Defined in

node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:174