gradientstyletype-ag凯发旗舰厅



com.spire.xls
enum gradientstyletype

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

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

represents excel shape shading style.


enum constant summary
diagonl_down
          represents diagonl down style.
diagonl_up
          represents diagonl up style.
from_center
          represents from center style.
from_corner
          represents from corner style.
horizontal
          represents horizontal style.
vertical
          represents vertical style.
 
enum constant detail

horizontal

public static final gradientstyletype horizontal
represents horizontal style.

vertical

public static final gradientstyletype vertical
represents vertical style.

diagonl_up

public static final gradientstyletype diagonl_up
represents diagonl up style.

diagonl_down

public static final gradientstyletype diagonl_down
represents diagonl down style.

from_corner

public static final gradientstyletype from_corner
represents from corner style.

from_center

public static final gradientstyletype from_center
represents from center style.


网站地图