gradienttype-ag凯发旗舰厅
com.spire.xls.core.spreadsheet.shapes
enum gradienttype
java.lang.object
java.lang.enum<gradienttype>
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. |
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.