Replace Text In Document
Replaces a text with given value in document.
Input
- Search For: Text to be replaced (must be at most 256 characters long).
- Type:
System.String - Required
- Type:
- Replace: Text to replace with (must be at most 255 characters long).
- Type:
System.String - Required
- Type:
Options
- Replace All: Replace all occurrences of the searched text. If false, only the first occurrence will be replaced.
- Type:
System.Boolean
- Type:
- Case Sensitive: Search case sensitively.
- Type:
System.Boolean
- Type:
Result
- Found: Indicates if found or not.
- Type:
System.Boolean
- Type:
Details
- This activity can only be used within a Word Application Scope activity. Word application must be installed on the machine where the process will run.