com.aspose.slides
Class PropertyCalcModeTypeEx

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.PropertyCalcModeTypeEx

public final class PropertyCalcModeTypeEx
extends com.aspose.ms.java.Enum

Represent calc mode for animation property.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static int Discrete
          
static int Formula
          
static int Linear
          
static int NotDefined
          
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NotDefined

public static final int NotDefined

See Also:
Constant Field Values

Discrete

public static final int Discrete

See Also:
Constant Field Values

Linear

public static final int Linear

See Also:
Constant Field Values

Formula

public static final int Formula

See Also:
Constant Field Values