com.aspose.slides.pptx.slideshowtransition
Class TransitionSpeedEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.slideshowtransition.TransitionSpeedEx
- All Implemented Interfaces:
- java.lang.Comparable
public class TransitionSpeedEx
- extends Enumerate
Enumeration which represents transition speed types.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
FAST
public static final TransitionSpeedEx FAST
FAST_ID
public static final int FAST_ID
- See Also:
- Constant Field Values
MEDIUM
public static final TransitionSpeedEx MEDIUM
MEDIUM_ID
public static final int MEDIUM_ID
- See Also:
- Constant Field Values
SLOW
public static final TransitionSpeedEx SLOW
SLOW_ID
public static final int SLOW_ID
- See Also:
- Constant Field Values
toValue
public static TransitionSpeedEx toValue(int id)
- Creates enumeration value from it's Id.