| Value | Meaning |
|---|---|
| NONE0 | no search flags, this means a case sensitive, no wrap, forward only search. |
| CASE_INSENSITIVE1 | case insensitive search. |
| AT_WORD_STARTS2 | search text only at the begining of the words. |
| TREAT_MEDIAL_CAPITAL_AS_WORD_START4 | treat capital letters in the middle of words as word start. |
| BACKWARDS8 | search backwards. |
| WRAP_AROUND16 | if not present search will stop at the end of the document. |
Page generated by adrdox
Enum values used to specify search options.