API Reference

Enum

PowerPointProcessLayoutVariant

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

Process slide layout variants. Auto uses the design intent seed to pick a stable variant.

Inheritance

  • Enum
  • PowerPointProcessLayoutVariant

Usage

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

Values

public const PowerPointProcessLayoutVariant Auto #

Choose a deterministic variant from the design intent.

Value: 0
public const PowerPointProcessLayoutVariant Rail #

Horizontal rail with numbered nodes.

Value: 1
public const PowerPointProcessLayoutVariant NumberedColumns #

Separate numbered columns without a rail.

Value: 2