animationtriggertype-ag凯发旗舰厅



com.spire.presentation.drawing.animation
enum animationtriggertype

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

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

represents the trigger that starts an animation.


enum constant summary
after_previous
          
mixed
          
none
          
on_page_click
          
with_previous
          
 
method summary
 java.lang.string getname()
           
 int getvalue()
           
 
enum constant detail

after_previous

public static final animationtriggertype after_previous

mixed

public static final animationtriggertype mixed

on_page_click

public static final animationtriggertype on_page_click

with_previous

public static final animationtriggertype with_previous

none

public static final animationtriggertype none
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()


网站地图