Skip to main content
Version: Version 5 beta

Interface: DocumentTextSearchParams

Represents the parameters for searching text within a document. These parameters include the search query, case sensitivity, and whether to use regular expressions.

Properties

caseSensitive

caseSensitive: boolean

Specifies whether the search should be case-sensitive.


query

query: string

The search query to be used.


regularExpression

regularExpression: boolean

Specifies whether the search query is a regular expression.


startPageNumber

startPageNumber: number

Starting page for the search algorithm.