shapefilltype-ag凯发旗舰厅



com.spire.xls
enum shapefilltype

java.lang.object
  extended by java.lang.enum<shapefilltype>
      extended by com.spire.xls.shapefilltype
all implemented interfaces:
java.lang.comparable<shapefilltype>

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

represents shape xls fill type.


enum constant summary
gradient
          represents gradient type.
nofill
          represents no fill type.
pattern
          represents pattern type.
picture
          represents picture type.
solidcolor
          solid color.
texture
          represents texture type.
unknowngradient
          represents unsupport gradient.
 
enum constant detail

solidcolor

public static final shapefilltype solidcolor
solid color.

pattern

public static final shapefilltype pattern
represents pattern type.

texture

public static final shapefilltype texture
represents texture type.

picture

public static final shapefilltype picture
represents picture type.

unknowngradient

public static final shapefilltype unknowngradient
represents unsupport gradient.

gradient

public static final shapefilltype gradient
represents gradient type.

nofill

public static final shapefilltype nofill
represents no fill type.


网站地图