com.aspose.slides.pptx
Class AudioPlayModePresetEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.AudioPlayModePresetEx
public class AudioPlayModePresetEx
- extends Enumerate
Enumeration which defines how a sound is played.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
toValue
public static AudioPlayModePresetEx toValue(int id)