API Reference
Enum
PowerPointTypographyStyle
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.
Returned or exposed by
- Property PowerPointDeckDesignSummary.TypographyStyle
- Property PowerPointDesignBrief.TypographyStyle
- Property PowerPointDesignTheme.TypographyStyle
- Field PowerPointTypographyStyle.Auto
- Field PowerPointTypographyStyle.EditorialSerif
- Field PowerPointTypographyStyle.ExecutiveSans
- Field PowerPointTypographyStyle.FriendlySans
- Field PowerPointTypographyStyle.ModernSans
- Field PowerPointTypographyStyle.TechnicalSans
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const PowerPointTypographyStyle Auto #Choose a deterministic typography pair from the design seed.
Value:
0public const PowerPointTypographyStyle FriendlySans #Friendly presentation typography with rounded headings and readable body text.
Value:
1public const PowerPointTypographyStyle ModernSans #Modern Office-native typography for clean business decks.
Value:
2public const PowerPointTypographyStyle ExecutiveSans #System-safe executive typography for formal decision decks.
Value:
3public const PowerPointTypographyStyle EditorialSerif #Editorial heading typography paired with a clean sans body.
Value:
4public const PowerPointTypographyStyle TechnicalSans #Compact technical typography for diagrams, runbooks, and operational decks.
Value:
5