API Reference

Enum

PowerPointTitleAccentStyle

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

Title accent treatment used by section/title slides.

Inheritance

  • Enum
  • PowerPointTitleAccentStyle

Usage

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

Values

public const PowerPointTitleAccentStyle Auto #

Choose a deterministic title accent from the design intent.

Value: 0
public const PowerPointTitleAccentStyle None #

Do not draw an additional title accent.

Value: 1
public const PowerPointTitleAccentStyle Underline #

Draw a short accent underline near the section title.

Value: 2
public const PowerPointTitleAccentStyle SideRule #

Draw a compact vertical accent rule beside the section title.

Value: 3
public const PowerPointTitleAccentStyle KickerRule #

Draw a small editorial kicker rule above the section title.

Value: 4