API Reference

Enum

LegacyPptInteractionAction

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

Identifies the operation stored in an InteractiveInfoAtom.

Inheritance

  • Enum
  • LegacyPptInteractionAction

Usage

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

Values

public const LegacyPptInteractionAction None #

No action.

Value: 0
public const LegacyPptInteractionAction Macro #

Run a macro.

Value: 1
public const LegacyPptInteractionAction RunProgram #

Run an external program.

Value: 2
public const LegacyPptInteractionAction Jump #

Jump within the slide show.

Value: 3
public const LegacyPptInteractionAction Ole #

Invoke an OLE verb.

Value: 5
public const LegacyPptInteractionAction Media #

Play media.

Value: 6
public const LegacyPptInteractionAction CustomShow #

Open a named custom show.

Value: 7