Skip to main content

Set Paragraph

Set content of a paragraph inside a Microsoft Word document.

Input

  • Index: Overwrite content in the paragraph with this index, set 0 to overwrite the entire word document
    • Type: System.Int32
  • Text: The text to set
    • Type: System.String
    • Required

Options

  • Save Changes: Indicates if the changes made to the paragraph should be saved.
    • Type: System.Boolean
    • Required

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.