- Add a Slide To add a new slide, use the following command:
add -i <index> -n <name>
- Add a Shape To add a new shape command is
add <shape> -i <n> -x <n> -y <n> -t <type> etc.
valid types {elipse, textbox, rect}
- Execute file To execute commands from a file, use:
run -p <path>
(path is relative to executable file)
- Show something for pringing a slide
show <slide> -i <n> -t <type>
Options
Option | Description |
---|---|
-i |
Index of the slide or item |
-x |
X-coordinate position for shapes |
-y |
Y-coordinate position for shapes |
-n |
Name of the slide |
-p |
Path to a command file (relative to the executable) |
-t |
Type of item (depends on the command; e.g., shape type, display type) |