API Reference

Enum

PowerPointSectionLayoutVariant

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

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

Inheritance

  • Enum
  • PowerPointSectionLayoutVariant

Usage

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

Values

public const PowerPointSectionLayoutVariant Auto #

Choose a deterministic variant from the design intent.

Value: 0
public const PowerPointSectionLayoutVariant GeometricCover #

Full-bleed dark title slide with geometric planes.

Value: 1
public const PowerPointSectionLayoutVariant EditorialRail #

Editorial light title slide with a strong accent rail.

Value: 2
public const PowerPointSectionLayoutVariant Poster #

Poster-style dark title slide with a large centered title area.

Value: 3