API Reference

Enum

PowerPointTypographyStyle

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

Typography strategy used to give generated decks a distinct typographic personality.

Inheritance

  • Enum
  • PowerPointTypographyStyle

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 PowerPointTypographyStyle Auto #

Choose a deterministic typography pair from the design seed.

Value: 0
public const PowerPointTypographyStyle FriendlySans #

Friendly presentation typography with rounded headings and readable body text.

Value: 1
public const PowerPointTypographyStyle ModernSans #

Modern Office-native typography for clean business decks.

Value: 2
public const PowerPointTypographyStyle ExecutiveSans #

System-safe executive typography for formal decision decks.

Value: 3
public const PowerPointTypographyStyle EditorialSerif #

Editorial heading typography paired with a clean sans body.

Value: 4
public const PowerPointTypographyStyle TechnicalSans #

Compact technical typography for diagrams, runbooks, and operational decks.

Value: 5