-
Notifications
You must be signed in to change notification settings - Fork 102
command add ppt
zmworm edited this page Mar 31, 2026
·
23 revisions
Addable element types in PowerPoint documents.
| Type | Aliases | Parent | Reference |
|---|---|---|---|
slide |
- | / |
PPT-Slide-Add |
shape |
textbox |
/slide[N] |
PPT-Shape-Add |
picture |
image, img
|
/slide[N] |
PPT-Picture-Add |
chart |
- | /slide[N] |
PPT-Chart-Add |
table |
- | /slide[N] |
PPT-Table-Add |
row |
tr |
/slide[N]/table[M] |
PPT-Table-Add |
connector |
connection, line
|
/slide[N] |
PPT-Connector-Add |
group |
- | /slide[N] |
PPT-Group-Add |
video |
audio, media
|
/slide[N] |
PPT-Video-Add |
equation |
formula, math
|
/slide[N] |
PPT-Equation-Add |
notes |
- | /slide[N] |
PPT-Notes-Add |
paragraph |
para |
/slide[N]/shape[M] |
PPT-Paragraph-Add |
run |
- |
/slide[N]/shape[M], /slide[N]/shape[M]/paragraph[P]
|
PPT-Run-Add |
zoom |
slidezoom, slide-zoom
|
/slide[N] |
PPT-Zoom-Add |
- add - Command syntax
- PowerPoint Reference - All PowerPoint elements
Based on OfficeCLI v1.0.28