com.aspose.slides.pptx
Class AudioPlayModePresetEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.AudioPlayModePresetEx

public class AudioPlayModePresetEx
extends Enumerate

Enumeration which defines how a sound is played.


Field Summary
static AudioPlayModePresetEx ALL_SLIDES
          Play on all slides.
static int ALL_SLIDES_ID
           
static AudioPlayModePresetEx AUTO
          Play automatically.
static int AUTO_ID
           
static AudioPlayModePresetEx MIXED
           
static int MIXED_ID
           
static AudioPlayModePresetEx ON_CLICK
          Play on click.
static int ON_CLICK_ID
           
 
Method Summary
static AudioPlayModePresetEx toValue(int id)
           
 
Methods inherited from class com.aspose.slides.Enumerate
getId, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MIXED

public static final AudioPlayModePresetEx MIXED

MIXED_ID

public static final int MIXED_ID
See Also:
Constant Field Values

AUTO

public static final AudioPlayModePresetEx AUTO
Play automatically.


AUTO_ID

public static final int AUTO_ID
See Also:
Constant Field Values

ON_CLICK

public static final AudioPlayModePresetEx ON_CLICK
Play on click.


ON_CLICK_ID

public static final int ON_CLICK_ID
See Also:
Constant Field Values

ALL_SLIDES

public static final AudioPlayModePresetEx ALL_SLIDES
Play on all slides.


ALL_SLIDES_ID

public static final int ALL_SLIDES_ID
See Also:
Constant Field Values
Method Detail

toValue

public static AudioPlayModePresetEx toValue(int id)