API Reference

Enum

LegacyPptInteractionJump

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

Identifies a built-in slide-show jump.

Inheritance

  • Enum
  • LegacyPptInteractionJump

Usage

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

Values

public const LegacyPptInteractionJump None #

No built-in jump.

Value: 0
public const LegacyPptInteractionJump NextSlide #

Next slide.

Value: 1
public const LegacyPptInteractionJump PreviousSlide #

Previous slide.

Value: 2
public const LegacyPptInteractionJump FirstSlide #

First slide.

Value: 3
public const LegacyPptInteractionJump LastSlide #

Last slide.

Value: 4
public const LegacyPptInteractionJump LastViewedSlide #

Last viewed slide.

Value: 5
public const LegacyPptInteractionJump EndShow #

End the slide show.

Value: 6