API Reference

Enum

PowerPointCardGridLayoutVariant

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

Card grid layout variants. Auto uses the design intent seed to pick a stable variant.

Inheritance

  • Enum
  • PowerPointCardGridLayoutVariant

Usage

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

Values

public const PowerPointCardGridLayoutVariant Auto #

Choose a deterministic variant from the design intent.

Value: 0
public const PowerPointCardGridLayoutVariant AccentTop #

Cards with a horizontal accent bar.

Value: 1
public const PowerPointCardGridLayoutVariant SoftTiles #

Softer cards with a vertical accent strip.

Value: 2