One or more of the following values may be combined to change the behavior of the following methods:
| Find Methods | Replace Methods |
|---|---|
| IDocumentView.findAsync | IDocumentView.replaceAsync |
| IDocumentView.findAllAsync | IDocumentView.replaceAllAsync |
Not all flags are applicable for all methods.
| Symbol | Value | Description |
|---|---|---|
Forward | 0 | Search forward. |
Backwards | 1 | Search backwards. |
IgnoreCase | 2 | Ignore case when matching pattern. |
ResetReplace | 16 | Reset the replace mode. Specify in a first call to the IDocumentView.replaceAsync method to start the search and replace operation from the beginning. |