Skip to content

ppt group add

zmworm edited this page Apr 9, 2026 · 52 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.40

Clone this wiki locally