fillformattype-ag凯发旗舰厅



com.spire.presentation.drawing
enum fillformattype

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

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

represents the type of fill.


enum constant summary
gradient
           
group
           
none
           
pattern
           
picture
           
solid
           
un_defined
           
 
method summary
static fillformattype getfillformattypefromvalue(long value)
           
 java.lang.string getname()
           
 byte getvalue()
           
 
enum constant detail

un_defined

public static final fillformattype un_defined

none

public static final fillformattype none

solid

public static final fillformattype solid

gradient

public static final fillformattype gradient

pattern

public static final fillformattype pattern

picture

public static final fillformattype picture

group

public static final fillformattype group
method detail

getname

public java.lang.string getname()

getvalue

public byte getvalue()

getfillformattypefromvalue

public static fillformattype getfillformattypefromvalue(long value)


网站地图