Replace Text In Presentation
Replaces a specified text within a presentation with another text.
Input
- Find What: Text to be replaced. Only string variables and strings are supported.
- Type:
System.String - Required
- Type:
- Replace with: The text to replace with. Only string variables and strings are supported.
- Type:
System.String - Required
- Type:
Options
- Match Case: Indicates whether to replace the text that only matches specific capitalization.
- Type:
System.Boolean - Required
- Type:
- Whole Words Only: If selected, indicates that only entire words should be replaced. If not selected, text that is part of a larger word is also replaced. This option is not selected by default.
- Type:
System.Boolean - Required
- Type:
- Replace All: If selected, indicates that all occurrences of the text should be replaced. If not selected, only the first occurrence of the text is replaced. This option is selected by default.
- Type:
System.Boolean - Required
- Type:
Output
- Number of Replacements: Optionally, save the number of replacements made.
- Type:
System.Int32
- Type:
Details
- This activity can only be used within the Use PowerPoint Presentation activity. PowerPoint application must be installed on the machine where the process will run.