com.aspose.slides.pptx
Class TransitionDirectionTypeEx

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

public class TransitionDirectionTypeEx
extends Enumerate


Field Summary
static TransitionDirectionTypeEx HORIZONTAL
           
static int HORIZONTAL_ID
           
static TransitionDirectionTypeEx VERTICAL
           
static int VERTICAL_ID
           
 
Method Summary
static TransitionDirectionTypeEx 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

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)