API Reference

Enum

PowerPointAutoLayoutStrategy

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

Controls how Auto slide variants balance content fit against visual variety.

Inheritance

  • Enum
  • PowerPointAutoLayoutStrategy

Usage

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

Accepted by parameters

Values

public const PowerPointAutoLayoutStrategy ContentFirst #

Favor layouts that fit the supplied content, then use the design seed for ties.

Value: 0
public const PowerPointAutoLayoutStrategy DesignFirst #

Favor deterministic design-seed variety unless content would become dense or less readable.

Value: 1
public const PowerPointAutoLayoutStrategy Compact #

Favor compact, scannable variants for denser business decks.

Value: 2
public const PowerPointAutoLayoutStrategy VisualFirst #

Favor variants with stronger visual panels, proof areas, or hero framing when content allows it.

Value: 3