Skip to content

ppt morph check

zmworm edited this page Apr 17, 2026 · 43 revisions

PowerPoint: Morph Check

Analyze morph transition compatibility across slides.

Path: /morph-check

Operations

  • get - Analyze morph compatibility (read-only)

Description

Returns morph compatibility information for each slide, including:

  • Matched shapes (shapes with matching !! name prefixes across consecutive slides)
  • Unmatched shapes (shapes with !! name prefix that have no match on the adjacent slide)
  • Morph transition info per slide, including morphMode (byObject, byWord, byChar)

Example

officecli get pres.pptx /morph-check

Based on OfficeCLI v1.0.51

Clone this wiki locally