-
Notifications
You must be signed in to change notification settings - Fork 519
ppt zoom add
zmworm edited this page Apr 29, 2026
·
48 revisions
Add a slide zoom element to a slide.
Type: zoom, slidezoom, slide-zoom
Parent: /slide[N]
| Property | Required | Default | Description |
|---|---|---|---|
target / slide
|
Yes | - | Target slide number |
x |
No | centered | Horizontal position (EMU or cm/in/pt/px) |
y |
No | centered | Vertical position |
width |
No | ~8cm | Width |
height |
No | ~4.5cm | Height |
name |
No | auto | Element name |
returntoparent |
No | false | Return to parent slide after zoom |
transitiondur |
No | 1000 | Transition duration in ms |
Note: Falls back to hyperlink-to-slide for older PowerPoint versions.
officecli add pres.pptx /slide[1] --type zoom --prop target=3 --prop x=2cm --prop y=3cm
officecli add pres.pptx /slide[1] --type slidezoom --prop target=5 --prop returntoparent=true- PPT-Zoom - Zoom element reference
- PowerPoint Reference - All PowerPoint elements
Based on OfficeCLI v1.0.64