Skip to main content

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
  • Replace: Text to replace with (must be at most 255 characters long).
    • Type: System.String
    • Required

Options

  • Replace All: Replace all occurrences of the searched text. If false, only the first occurrence will be replaced.
    • Type: System.Boolean
  • Case Sensitive: Search case sensitively.
    • Type: System.Boolean

Result

  • Found: Indicates if found or not.
    • Type: System.Boolean

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.