com.aspose.slides.pptx
Class TransitionSoundModeEx

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

public class TransitionSoundModeEx
extends Enumerate


Field Summary
static TransitionSoundModeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static TransitionSoundModeEx START_SOUND
           
static int START_SOUND_ID
           
static TransitionSoundModeEx STOP_PREVOIUS_SOUND
           
static int STOP_PREVOIUS_SOUND_ID
           
 
Method Summary
static TransitionSoundModeEx 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

NOT_DEFINED

public static final TransitionSoundModeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

START_SOUND

public static final TransitionSoundModeEx START_SOUND

START_SOUND_ID

public static final int START_SOUND_ID
See Also:
Constant Field Values

STOP_PREVOIUS_SOUND

public static final TransitionSoundModeEx STOP_PREVOIUS_SOUND

STOP_PREVOIUS_SOUND_ID

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

toValue

public static TransitionSoundModeEx toValue(int id)