com.aspose.slides.pptx.slideshowtransition
Class TransitionDirectionTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.slideshowtransition.TransitionDirectionTypeEx
All Implemented Interfaces:
java.lang.Comparable

public class TransitionDirectionTypeEx
extends Enumerate

Enumeration which represents transition direction types.


Field Summary
static TransitionDirectionTypeEx HORIZONTAL
           
static int HORIZONTAL_ID
           
static TransitionDirectionTypeEx VERTICAL
           
static int VERTICAL_ID
           
 
Method Summary
static TransitionDirectionTypeEx toValue(int id)
          Creates enumeration value from it's Id.
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

HORIZONTAL

public static final TransitionDirectionTypeEx HORIZONTAL

HORIZONTAL_ID

public static final int HORIZONTAL_ID
See Also:
Constant Field Values

VERTICAL

public static final TransitionDirectionTypeEx VERTICAL

VERTICAL_ID

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

toValue

public static TransitionDirectionTypeEx toValue(int id)
Creates enumeration value from it's Id.