-
Notifications
You must be signed in to change notification settings - Fork 28
ppt notes add
zmworm edited this page Mar 26, 2026
·
17 revisions
Add speaker notes to a slide.
Path: /slide[N] (parent)
| Property | Default | Description |
|---|---|---|
text |
(optional) | Speaker notes text. The notes slide is created even without text. |
# 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