animationrestarttype-ag凯发旗舰厅



com.spire.presentation.drawing.animation
enum animationrestarttype

java.lang.object
  extended by java.lang.enum<animationrestarttype>
      extended by com.spire.presentation.drawing.animation.animationrestarttype
all implemented interfaces:
java.lang.comparable<animationrestarttype>

public enum animationrestarttype
extends java.lang.enum<animationrestarttype>

represents whether the animation effect restarts after the effect has started once.


enum constant summary
always
          
never
          
none
          
when_off
          
 
method summary
static animationrestarttype getanimationrestarttypefromvalue(long value)
           
 java.lang.string getname()
           
 int getvalue()
           
 
enum constant detail

none

public static final animationrestarttype none

always

public static final animationrestarttype always

when_off

public static final animationrestarttype when_off

never

public static final animationrestarttype never
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()

getanimationrestarttypefromvalue

public static animationrestarttype getanimationrestarttypefromvalue(long value)


网站地图