Skip to content

ppt notes add

zmworm edited this page Mar 26, 2026 · 17 revisions

PowerPoint: Notes - Add

Add speaker notes to a slide.

Path: /slide[N] (parent)

Properties

Property Default Description
text (optional) Speaker notes text. The notes slide is created even without text.

Examples

# Add speaker notes
officecli add slides.pptx /slide[1] --type notes --prop text="Discuss quarterly trends"

# Add detailed notes
officecli add slides.pptx /slide[2] --type notes --prop text="Key points: revenue growth 15%, new hires 20, roadmap timeline"

Based on OfficeCLI v1.0.22

Clone this wiki locally