-
Notifications
You must be signed in to change notification settings - Fork 518
ppt video get
zmworm edited this page Apr 29, 2026
·
18 revisions
Get video or audio element properties.
Path: /slide[N]/video[M]
| Attribute | Type | Description |
|---|---|---|
name |
string | Media element name |
id |
number | Shape ID |
autoplay |
boolean | Auto-play on slide show |
volume |
number | Volume level (0-100) |
x, y
|
string | Position |
width, height
|
string | Size |
rotation |
string | Rotation angle (degrees) |
opacity |
string | Opacity (0.0-1.0) |
trimStart |
string | Trim start (ms) |
trimEnd |
string | Trim end (ms) |
officecli get slides.pptx /slide[1]/video[1]
officecli get slides.pptx /slide[1]/video[1] --jsonBased on OfficeCLI v1.0.64