# StringSearchOptions

The optional options to pass to the findString. Pass a dictionary with one or more of the following string-keys: * caseSensitive (Boolean value) * backward (Boolean value) * wraps (Boolean value)

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# backward

Availability
0.8
0.8
9.2.0
backward :Boolean

The direction to search from the current selection. The search will respect the writing direction of the document

Default: false


# caseSensitive

Availability
0.8
0.8
9.2.0
caseSensitive :Boolean

Whether or not the search should be case sensitive.

Default: false


# wraps

Availability
0.8
0.8
9.2.0
wraps :Boolean

Whether the search should start at the beginning of the document once it reaches the end.

Default: true