API Reference

Enum

PowerPointCapabilityLayoutVariant

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

Capability/content slide layout variants. Auto uses the design intent seed to pick a stable variant.

Inheritance

  • Enum
  • PowerPointCapabilityLayoutVariant

Usage

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

Values

public const PowerPointCapabilityLayoutVariant Auto #

Choose a deterministic variant from the design intent.

Value: 0
public const PowerPointCapabilityLayoutVariant TextVisual #

Narrative sections on the left, visual support on the right.

Value: 1
public const PowerPointCapabilityLayoutVariant VisualText #

Visual support on the left, narrative sections on the right.

Value: 2
public const PowerPointCapabilityLayoutVariant Stacked #

Full-width stacked section panels with optional metrics below.

Value: 3