com.aspose.slides.pptx.animation
Class AnimColorDirectionEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.animation.AnimColorDirectionEx

public class AnimColorDirectionEx
extends Enumerate


Field Summary
static AnimColorDirectionEx CLOCKWISE
           
static int CLOCKWISE_ID
           
static AnimColorDirectionEx COUNTER_CLOCKWISE
           
static int COUNTER_CLOCKWISE_ID
           
static AnimColorDirectionEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
 
Method Summary
static AnimColorDirectionEx 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

NOT_DEFINED

public static final AnimColorDirectionEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

CLOCKWISE

public static final AnimColorDirectionEx CLOCKWISE

CLOCKWISE_ID

public static final int CLOCKWISE_ID
See Also:
Constant Field Values

COUNTER_CLOCKWISE

public static final AnimColorDirectionEx COUNTER_CLOCKWISE

COUNTER_CLOCKWISE_ID

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

toValue

public static AnimColorDirectionEx toValue(int id)