This activity perform a search of a text or a regular expression into a Word document.
The Word file where to perform the search.
The options for the search by regex. It must have a value only when RegexToFind is used.
The reguler expression to search. RegexToFind is an alternative to TTextToSearch so they cannot be used at the same time
Default: false. If it is set to true the word search will be case sensitive.
The text to be searched in the specified file. TextToFind is an alternative to RegexToFind so they cannot be used at the same time.