Skip to content

ppt slide

zmworm edited this page Mar 31, 2026 · 23 revisions

PowerPoint: Slide

Add, modify, reorder, and remove slides. Configure backgrounds, transitions, and advance timing.

Path: /slide[N]

Operations

  • get - Returned attributes and output format

  • add - Add slides with layout, title, background

  • set - Modify background, transition, advance timing, notes

get

officecli get slides.pptx /slide[1]
officecli get slides.pptx /slide[1] --depth 2

remove

officecli remove slides.pptx /slide[3]

move

# Reorder slides
officecli move slides.pptx /slide[3] --index 0

copy

officecli add slides.pptx / --from /slide[1]

Based on OfficeCLI v1.0.28

Clone this wiki locally