Word Replace Text
Description
This action component allows you to find occurrences of a text in a Word Document and replaces them with a new text.
Input Properties
- Input WordObject (IWordObject) – The input Word Object connection.
- Find Text (String) – The text to find.
- Replace Text (String) – The text to replace with.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.