Skip to main content

Copy Paste Slide

Copies a slide and pastes it to another position.

Input

  • Source Presentation: The presentation file from which to copy the slide
    • Type: ArenaRobotics.Domain.Entities.PresentationModel
    • Required
  • Destination Presentation: The presentation file where to paste the slide
    • Type: ArenaRobotics.Domain.Entities.PresentationModel
    • Required
  • Copy Position: The slide position where to copy
    • Type: System.Int32
    • Required
  • Insert Position: The slide position where to paste
    • Type: System.Int32
    • Required
  • Move: If this option is selected, the slide is moved. Otherwise, the slide is copied. This option is not selected by default.
    • Type: System.Boolean
    • Required

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.