public final class AudioPlayModePreset
extends com.aspose.ms.System.Enum
Constants which define how a sound is played.
Modifier and Type | Field and Description |
---|---|
static int |
AllSlides
Play on all slides.
|
static int |
Auto
Play automatically.
|
static int |
InClickSequence
Play automatically with a click.
|
static int |
Mixed |
static int |
OnClick
Play only when the icon is clicked on.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Mixed
public static final int Auto
Play automatically.
public static final int OnClick
Play only when the icon is clicked on.
public static final int AllSlides
Play on all slides.
Please use (IAudioFrame.getPlayAcrossSlides()
/IAudioFrame.setPlayAcrossSlides(boolean)
) property instead.
public static final int InClickSequence
Play automatically with a click.