propertyvaluetype-ag凯发旗舰厅



com.spire.presentation.drawing.animation
enum propertyvaluetype

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

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

represent property value types.


enum constant summary
color
          
none
          
number
          
string
          
 
method summary
 java.lang.string getname()
           
static propertyvaluetype getpropertyvaluetypefromvalue(long value)
           
 int getvalue()
           
 
enum constant detail

none

public static final propertyvaluetype none

string

public static final propertyvaluetype string

number

public static final propertyvaluetype number

color

public static final propertyvaluetype color
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()

getpropertyvaluetypefromvalue

public static propertyvaluetype getpropertyvaluetypefromvalue(long value)


网站地图