AudioPlayModePreset

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class AudioPlayModePreset extends System.Enum

Constants which define how a sound is played.

Fields

FieldDescription
Mixed
AutoPlay automatically.
OnClickPlay only when the icon is clicked on.
AllSlidesPlay on all slides.
InClickSequencePlay automatically with a click.

Mixed

public static final int Mixed

Auto

public static final int Auto

Play automatically.

OnClick

public static final int OnClick

Play only when the icon is clicked on.

AllSlides

public static final int AllSlides

Play on all slides. Please use (IAudioFrame.getPlayAcrossSlides/IAudioFrame.setPlayAcrossSlides(boolean)) property instead.


This element is out of date since PowerPoint 2013.

InClickSequence

public static final int InClickSequence

Play automatically with a click.