com.aspose.slides.pptx
Class VideoPlayModePresetEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.VideoPlayModePresetEx
public class VideoPlayModePresetEx
- extends Enumerate
Enumeration which defines how a video is played.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
toValue
public static VideoPlayModePresetEx toValue(int id)