gradienttype-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.shapes
enum gradienttype

java.lang.object
  extended by java.lang.enum<gradienttype>
      extended by com.spire.xls.core.spreadsheet.shapes.gradienttype
all implemented interfaces:
java.lang.comparable<gradienttype>

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

this enumeration specifies all possible gradient types.


enum constant summary
circle
          gradient follows a circular path.
liniar
          this element specifies a linear gradient.
rect
          gradient follows a rectangular path.
shape
          gradient follows the shape.
 
enum constant detail

liniar

public static final gradienttype liniar
this element specifies a linear gradient.

circle

public static final gradienttype circle
gradient follows a circular path.

rect

public static final gradienttype rect
gradient follows a rectangular path.

shape

public static final gradienttype shape
gradient follows the shape.


网站地图