API Reference

Enum

PowerPointTimelineStart

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

Start behavior for an authored timeline action.

Inheritance

  • Enum
  • PowerPointTimelineStart

Usage

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

Values

public const PowerPointTimelineStart OnClick #

Starts on the next click.

Value: 0
public const PowerPointTimelineStart AfterPrevious #

Starts automatically after the previous action.

Value: 1
public const PowerPointTimelineStart WithPrevious #

Starts with the previous action.

Value: 2