com.aspose.slides.pptx.animation
Enum ConstsEx.FilterEffectSubtypeEx

java.lang.Object
  extended by java.lang.Enum<ConstsEx.FilterEffectSubtypeEx>
      extended by com.aspose.slides.pptx.animation.ConstsEx.FilterEffectSubtypeEx
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ConstsEx.FilterEffectSubtypeEx>
Enclosing class:
ConstsEx

public static enum ConstsEx.FilterEffectSubtypeEx
extends java.lang.Enum<ConstsEx.FilterEffectSubtypeEx>

Represents filter effect subtypes.


Enum Constant Summary
Across
           
Down
           
DownLeft
           
DownRight
           
FromBottom
           
FromLeft
           
FromRight
           
FromTop
           
Horizontal
           
In
           
InHorizontal
           
InVertical
           
Left
           
None
           
Out
           
OutHorizontal
           
OutVertical
           
Right
           
Spokes1
           
Spokes2
           
Spokes3
           
Spokes4
           
Spokes8
           
Up
           
UpLeft
           
UpRight
           
Vertical
           
 
Method Summary
 int getId()
           
static ConstsEx.FilterEffectSubtypeEx valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConstsEx.FilterEffectSubtypeEx[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

None

public static final ConstsEx.FilterEffectSubtypeEx None

Across

public static final ConstsEx.FilterEffectSubtypeEx Across

Down

public static final ConstsEx.FilterEffectSubtypeEx Down

DownLeft

public static final ConstsEx.FilterEffectSubtypeEx DownLeft

DownRight

public static final ConstsEx.FilterEffectSubtypeEx DownRight

FromBottom

public static final ConstsEx.FilterEffectSubtypeEx FromBottom

FromLeft

public static final ConstsEx.FilterEffectSubtypeEx FromLeft

FromRight

public static final ConstsEx.FilterEffectSubtypeEx FromRight

FromTop

public static final ConstsEx.FilterEffectSubtypeEx FromTop

Horizontal

public static final ConstsEx.FilterEffectSubtypeEx Horizontal

In

public static final ConstsEx.FilterEffectSubtypeEx In

InHorizontal

public static final ConstsEx.FilterEffectSubtypeEx InHorizontal

InVertical

public static final ConstsEx.FilterEffectSubtypeEx InVertical

Left

public static final ConstsEx.FilterEffectSubtypeEx Left

Out

public static final ConstsEx.FilterEffectSubtypeEx Out

OutHorizontal

public static final ConstsEx.FilterEffectSubtypeEx OutHorizontal

OutVertical

public static final ConstsEx.FilterEffectSubtypeEx OutVertical

Right

public static final ConstsEx.FilterEffectSubtypeEx Right

Spokes1

public static final ConstsEx.FilterEffectSubtypeEx Spokes1

Spokes2

public static final ConstsEx.FilterEffectSubtypeEx Spokes2

Spokes3

public static final ConstsEx.FilterEffectSubtypeEx Spokes3

Spokes4

public static final ConstsEx.FilterEffectSubtypeEx Spokes4

Spokes8

public static final ConstsEx.FilterEffectSubtypeEx Spokes8

Up

public static final ConstsEx.FilterEffectSubtypeEx Up

UpLeft

public static final ConstsEx.FilterEffectSubtypeEx UpLeft

UpRight

public static final ConstsEx.FilterEffectSubtypeEx UpRight

Vertical

public static final ConstsEx.FilterEffectSubtypeEx Vertical
Method Detail

values

public static ConstsEx.FilterEffectSubtypeEx[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ConstsEx.FilterEffectSubtypeEx c : ConstsEx.FilterEffectSubtypeEx.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ConstsEx.FilterEffectSubtypeEx valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getId

public int getId()