Skip to main content

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
  • Replace with: The text to replace with. Only string variables and strings are supported.
    • Type: System.String
    • Required

Options

  • Match Case: Indicates whether to replace the text that only matches specific capitalization.
    • Type: System.Boolean
    • Required
  • 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
  • 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

Output

  • Number of Replacements: Optionally, save the number of replacements made.
    • Type: System.Int32

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.