-
Notifications
You must be signed in to change notification settings - Fork 517
ppt presentation get
zmworm edited this page Apr 29, 2026
·
18 revisions
Get presentation-level properties and metadata.
Path: /
| Attribute | Type | Description |
|---|---|---|
slideWidth |
string | Slide width (EMU) |
slideHeight |
string | Slide height (EMU) |
slideSize |
string | Preset name (widescreen, standard, 16:10, a4, a3, letter, b4, b5, custom, etc.) |
defaultFont |
string | Default theme font |
title |
string | Presentation title |
author |
string | Author / creator |
subject |
string | Subject |
keywords |
string | Keywords |
description |
string | Description |
category |
string | Category |
lastModifiedBy |
string | Last modified by |
revision |
string | Revision number |
created |
string | Creation date (ISO 8601) |
modified |
string | Last modified date (ISO 8601) |
Children include all slides with their shape counts.
officecli get slides.pptx /
officecli get slides.pptx / --depth 1 --json- Presentation set - Modify presentation properties
- PowerPoint Reference - All PPT elements
Based on OfficeCLI v1.0.64