-
Notifications
You must be signed in to change notification settings - Fork 517
ppt group add
zmworm edited this page Apr 29, 2026
·
51 revisions
Group multiple shapes together on a slide.
Path: /slide[N] (parent)
| Property | Default | Description |
|---|---|---|
shapes |
(required) | Comma-separated shape indices to group |
name |
Group {N} |
Group name |
# Group shapes 1, 2, and 3
officecli add slides.pptx /slide[1] --type group --prop shapes=1,2,3 --prop name="LogoGroup"
# Group two shapes
officecli add slides.pptx /slide[1] --type group --prop shapes=2,4Based on OfficeCLI v1.0.64