com.aspose.slides
Class AudioVolumeModeEx

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.AudioVolumeModeEx

public final class AudioVolumeModeEx
extends com.aspose.ms.System.Enum

Constants which define audio volume.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
static int Loud
           Loud sound volume.
static int Low
           Low sound volume.
static int Medium
           Medium sound volume.
static int Mixed
          
static int Mute
           Zero sound volume.
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Mixed

public static final int Mixed

See Also:
Constant Field Values

Mute

public static final int Mute

Zero sound volume.

See Also:
Constant Field Values

Low

public static final int Low

Low sound volume.

See Also:
Constant Field Values

Medium

public static final int Medium

Medium sound volume.

See Also:
Constant Field Values

Loud

public static final int Loud

Loud sound volume.

See Also:
Constant Field Values