FindOptions

class FindOptions

Enum values used to specify search options.

Fields

class FindOptions
AT_WORD_STARTS

Search text only at the begining of the words.

BACKWARDS

Search backwards.

CASE_INSENSITIVE

Case insensitive search.

NONE

No search flags, this means a case sensitive, no wrap, forward only search.

TREAT_MEDIAL_CAPITAL_AS_WORD_START

Treat capital letters in the middle of words as word start.

WRAP_AROUND

If not present search will stop at the end of the document.