com.aspose.slides
Class EffectFillTypeEx

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

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

Represent fill types.


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 Freeze
          
static int Hold
          
static int NotDefined
          
static int Remove
          
static int Transition
          
 
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

Remove

public static final int Remove

See Also:
Constant Field Values

Freeze

public static final int Freeze

See Also:
Constant Field Values

Hold

public static final int Hold

See Also:
Constant Field Values

Transition

public static final int Transition

See Also:
Constant Field Values