-
Notifications
You must be signed in to change notification settings - Fork 541
ppt presentation set
zmworm edited this page Mar 21, 2026
·
52 revisions
Modify presentation-level properties such as slide dimensions and aspect ratio.
Path: /
| Property | Description | Example |
|---|---|---|
slideWidth |
Slide width (EMU or units) |
10, 24cm
|
slideHeight |
Slide height (EMU or units) |
7.5, 13.5cm
|
slideSize |
Preset aspect ratio |
16:9, 4:3, 16:10, a4
|
# Set slide size to 16:9
officecli set slides.pptx / --prop slideSize=16:9
# Set custom dimensions
officecli set slides.pptx / --prop slideWidth=24cm --prop slideHeight=13.5cm
# Set A4 paper size
officecli set slides.pptx / --prop slideSize=a4
# Set standard 4:3 ratio
officecli set slides.pptx / --prop slideSize=4:3Based on OfficeCLI v1.0.11