Move slide Version 1 (Net)
Action group: PowerPoint
Description
The action moves the slide to the specified position.
Specifies the PowerPoint document, the number of the slide to be moved and its new position number to which it will be moved.
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Document Instance | The instance of the PowerPoint document in which the slide will wrap. | Robin.PowerPoint | Yes | |
Slide number | The number of the slide to be moved. | Robin.Numeric | Yes | |
New position | The number of the position where the slide will be moved. | Robin.Numeric | Yes |
Special conditions of use
If a position greater than the one in the presentation is specified, the slide will be moved to the last position in the presentation.
If a non-existent slide number is specified for the slide we want to move, the robot will return an error.
Example of use
Task
There is a PowerPoint document. It is necessary to move the first slide to the last slide.
PowerPoint document:
Solution
Use the actions "Open PowerPoint document", "Move slide", "Save as", "Close PowerPoint document".
Implementation
- Assemble a robot scheme consisting of actions:
- Set the parameters of the "Open PowerPoint document" action. In the "Path to file" field, specify the path to the PowerPoint document file. In the "Visible" field, set the checkbox = true.
- Set the parameters of the "Move slide" action. In the "THe document instance" field, specify the instance of the open document in which you want to move the slide. In the "Slide number" field, specify the position number of the slide to be moved. In the "New position" field, specify the new slide position number.
- Set the parameters of the "Save as" action. In the "The document instance" field specify the instance of the open document to be saved.
- Set the parameters of the "Close PowerPoint document" action. In the "The document instance" field, specify the instance of the open document to be closed.
- Start the robot using the "Start" button in the top panel.
Result
The program robot completed successfully. The specified slide moved to a new position.
PowerPoint document: