com.aspose.slides.pptx
Class AudioVolumeModeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.AudioVolumeModeEx
All Implemented Interfaces:
java.lang.Comparable

public class AudioVolumeModeEx
extends Enumerate

Enumeration which defines the volume of a played sound.


Field Summary
static AudioVolumeModeEx LOUD
          Loud sound volume.
static int LOUD_ID
           
static AudioVolumeModeEx LOW
          Low sound volume.
static int LOW_ID
           
static AudioVolumeModeEx MEDIUM
          Medium sound volume.
static int MEDIUM_ID
           
static AudioVolumeModeEx MIXED
           
static int MIXED_ID
           
static AudioVolumeModeEx MUTE
          Zero sound volume.
static int MUTE_ID
           
 
Method Summary
static AudioVolumeModeEx toValue(int id)
           
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MIXED

public static final AudioVolumeModeEx MIXED

MIXED_ID

public static final int MIXED_ID
See Also:
Constant Field Values

MUTE

public static final AudioVolumeModeEx MUTE
Zero sound volume.


MUTE_ID

public static final int MUTE_ID
See Also:
Constant Field Values

LOW

public static final AudioVolumeModeEx LOW
Low sound volume.


LOW_ID

public static final int LOW_ID
See Also:
Constant Field Values

MEDIUM

public static final AudioVolumeModeEx MEDIUM
Medium sound volume.


MEDIUM_ID

public static final int MEDIUM_ID
See Also:
Constant Field Values

LOUD

public static final AudioVolumeModeEx LOUD
Loud sound volume.


LOUD_ID

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

toValue

public static AudioVolumeModeEx toValue(int id)