com.aspose.slides
Class TextLevelEffect

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.TextLevelEffect

public final class TextLevelEffect
extends com.aspose.ms.System.Enum

Represents the paragraphs level for text animation.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
static int AnimateByAllLevels
          
static int AnimateByFifthLevel
          
static int AnimateByFirstLevel
          
static int AnimateByFourthLevel
          
static int AnimateBySecondLevel
          
static int AnimateByThirdLevel
          
static int AnimateElementInCategory
          
static int AnimateElementInSeries
          
static int AnimateGraphByCategory
          
static int AnimateGraphBySeries
          
static int Default
          
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, 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

Default

public static final int Default


See Also:
Constant Field Values

AnimateByAllLevels

public static final int AnimateByAllLevels


See Also:
Constant Field Values

AnimateByFirstLevel

public static final int AnimateByFirstLevel


See Also:
Constant Field Values

AnimateBySecondLevel

public static final int AnimateBySecondLevel


See Also:
Constant Field Values

AnimateByThirdLevel

public static final int AnimateByThirdLevel


See Also:
Constant Field Values

AnimateByFourthLevel

public static final int AnimateByFourthLevel


See Also:
Constant Field Values

AnimateByFifthLevel

public static final int AnimateByFifthLevel


See Also:
Constant Field Values

AnimateGraphBySeries

public static final int AnimateGraphBySeries


See Also:
Constant Field Values

AnimateGraphByCategory

public static final int AnimateGraphByCategory


See Also:
Constant Field Values

AnimateElementInSeries

public static final int AnimateElementInSeries


See Also:
Constant Field Values

AnimateElementInCategory

public static final int AnimateElementInCategory


See Also:
Constant Field Values