-
Notifications
You must be signed in to change notification settings - Fork 344
ppt picture
zmworm edited this page Apr 29, 2026
·
51 revisions
Images on slides.
Path: /slide[N]/picture[M]
-
get - Returned attributes and output format
-
add - Insert images with position and alt text
-
set - Modify position, size, cropping, replace image
officecli get slides.pptx /slide[1]/picture[1]# All pictures
officecli query slides.pptx "picture"
# Pictures without alt text
officecli query slides.pptx "picture:no-alt"officecli remove slides.pptx /slide[1]/picture[1]Based on OfficeCLI v1.0.64