|
FoxitPDFSDKforWeb
v9.2.0
Foxit PDF SDK for Web
|
Provides APIs to find or replace text in the PDF document. More...
Inherits UIXAddon.
Public Member Functions | |
| activate () | |
| Activate find and replace function. More... | |
| deactivate () | |
| Deactivate find and replace function. Must be called after activate. More... | |
| find (find, options) | |
| Find text. More... | |
| replace (find, replace, options) | |
| Replace text. More... | |
| replaceAll (find, replace, options) | |
| Replace all text. More... | |
Provides APIs to find or replace text in the PDF document.
|
inline |
Activate find and replace function.
|
inline |
Deactivate find and replace function. Must be called after activate.
|
inline |
Find text.
| find | string - Text to find. |
| [options] | Object - Options for finding. |
| [options.wholeWords=false] | boolean - Whether to match whole words. |
| [options.caseSensitive=false] | boolean - Whether to match case sensitive. |
| [options.isReversed=false] | boolean - Whether to search in reversed order. |
|
inline |
Replace text.
| find | string - Text to find. |
| replace | string - Text to replace. |
| [options] | Object - Options for finding. |
| [options.wholeWords=false] | boolean - Whether to match whole words. |
| [options.caseSensitive=false] | boolean - Whether to match case sensitive. |
|
inline |
Replace all text.
| find | string - Text to find. |
| replace | string - Text to replace. |
| [options] | Object - Options for finding. |
| [options.wholeWords=false] | boolean - Whether to match whole words. |
| [options.caseSensitive=false] | boolean - Whether to match case sensitive. |