API Reference

Enum

PowerPointClassicAnimationAfterEffect

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

Specifies the state applied after a classic animation.

Inheritance

  • Enum
  • PowerPointClassicAnimationAfterEffect

Usage

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

Values

public const PowerPointClassicAnimationAfterEffect None #

No after-effect.

Value: 0
public const PowerPointClassicAnimationAfterEffect Dim #

Dim to the authored color.

Value: 1
public const PowerPointClassicAnimationAfterEffect HideOnNextClick #

Hide on the next click.

Value: 2
public const PowerPointClassicAnimationAfterEffect HideImmediately #

Hide immediately.

Value: 3