API Reference

Enum

PowerPointDirectionMotifStyle

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

Decorative direction marker treatment used by designer slide chrome and section slides.

Inheritance

  • Enum
  • PowerPointDirectionMotifStyle

Usage

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

Values

public const PowerPointDirectionMotifStyle Auto #

Choose a deterministic motif style from the design intent.

Value: 0
public const PowerPointDirectionMotifStyle Triangles #

Use the original editable triangle markers.

Value: 1
public const PowerPointDirectionMotifStyle Chevrons #

Use line-drawn chevrons for a cleaner directional cue.

Value: 2
public const PowerPointDirectionMotifStyle Dots #

Use quiet dot markers.

Value: 3
public const PowerPointDirectionMotifStyle Bars #

Use compact bar markers.

Value: 4
public const PowerPointDirectionMotifStyle None #

Do not render direction markers.

Value: 5