API Reference

Enum

PowerPointCaseStudyLayoutVariant

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Case-study slide layout variants. Auto uses the design intent seed to pick a stable variant.

Inheritance

  • Enum
  • PowerPointCaseStudyLayoutVariant

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const PowerPointCaseStudyLayoutVariant Auto #

Choose a deterministic variant from the design intent.

Value: 0
public const PowerPointCaseStudyLayoutVariant VisualBand #

Summary columns with a strong visual band.

Value: 1
public const PowerPointCaseStudyLayoutVariant EditorialSplit #

Editorial split with narrative cards and a right-side visual panel.

Value: 2
public const PowerPointCaseStudyLayoutVariant VisualHero #

Large visual frame paired with a compact narrative stack.

Value: 3