Skip to content

ppt group add

zmworm edited this page Apr 29, 2026 · 51 revisions

PowerPoint: Group - Add

Group multiple shapes together on a slide.

Path: /slide[N] (parent)

Properties

Property Default Description
shapes (required) Comma-separated shape indices to group
name Group {N} Group name

Examples

# 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,4

Based on OfficeCLI v1.0.64

Clone this wiki locally