gradientcolortype-ag凯发旗舰厅
com.spire.xls
enum gradientcolortype
java.lang.object
java.lang.enum<gradientcolortype>
com.spire.xls.gradientcolortype
- all implemented interfaces:
- java.lang.comparable<gradientcolortype>
public enum gradientcolortype
- extends java.lang.enum<gradientcolortype>
represents gradient color type.
enum constant summary |
onecolor
represents one color gradient style. |
preset
represents preset gradient style. |
twocolor
represents two color gradinent style. |
onecolor
public static final gradientcolortype onecolor
- represents one color gradient style.
twocolor
public static final gradientcolortype twocolor
- represents two color gradinent style.
preset
public static final gradientcolortype preset
- represents preset gradient style.