com.aspose.slides.pptx
Class VideoPlayModePresetEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.VideoPlayModePresetEx

public class VideoPlayModePresetEx
extends Enumerate

Enumeration which defines how a video is played.


Field Summary
static VideoPlayModePresetEx ALL_SLIDES
          Play on all slides.
static int ALL_SLIDES_ID
           
static VideoPlayModePresetEx AUTO
          Play automatically.
static int AUTO_ID
           
static VideoPlayModePresetEx MIXED
           
static int MIXED_ID
           
static VideoPlayModePresetEx ON_CLICK
          Play on click.
static int ON_CLICK_ID
           
 
Method Summary
static VideoPlayModePresetEx toValue(int id)
           
 
Methods inherited from class com.aspose.slides.Enumerate
getId, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MIXED

public static final VideoPlayModePresetEx MIXED

MIXED_ID

public static final int MIXED_ID
See Also:
Constant Field Values

AUTO

public static final VideoPlayModePresetEx AUTO
Play automatically.


AUTO_ID

public static final int AUTO_ID
See Also:
Constant Field Values

ON_CLICK

public static final VideoPlayModePresetEx 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 VideoPlayModePresetEx ALL_SLIDES
Play on all slides.


ALL_SLIDES_ID

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

toValue

public static VideoPlayModePresetEx toValue(int id)