Skip to main content

Paste Chart/Picture Into Document

Pastes a chart or picture that was previously placed on the clipboard into a Word document at the specified position.

Options

  • Paste Relative to: The location relative to which to paste the chart.
    • Type: System.Int32
    • Required
    • Dropdown Options:
      • Document
      • Text
  • Text: The text relative to which to paste the chart.
    • Type: System.String
  • Position where to paste: Specified the position relative to the target element where the chart will be pasted.
    • Type: System.Int32
    • Required
    • Dropdown Options:
      • Start
      • End
      • Before
      • After
      • Replace
  • Paste option: Choose how the chart will be pasted into document.
    • Type: System.Int32
    • Required
    • Dropdown Options:
      • Embeded Workbook
      • Link Data
      • Picture
  • Found: Indicates if the chart was successfully inserted into the document.
    • 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.