Skip to content

ppt presentation get

zmworm edited this page Apr 29, 2026 · 18 revisions

PowerPoint: Presentation - get

Get presentation-level properties and metadata.

Path: /

Attributes

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.

Examples

officecli get slides.pptx /
officecli get slides.pptx / --depth 1 --json

See Also


Based on OfficeCLI v1.0.64

Clone this wiki locally