Search module
SearchResultsGets the search results object.
Finds the immediate occurrence of specified text from cursor position in the document.
| Parameter | Type | Description |
|---|---|---|
| text | string |
Specifies text to find. |
| findOptions (optional) | FindOption |
Default value of ‘findOptions’ parameter is ‘None’. |
Returns void
Finds all occurrence of specified text in the document.
| Parameter | Type | Description |
|---|---|---|
| text | string |
Specifies text to find. |
| findOptions (optional) | FindOption |
Default value of ‘findOptions’ parameter is ‘None’. |
Returns void