shapelinestyletype-ag凯发旗舰厅



com.spire.xls
enum shapelinestyletype

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

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

represents shape line style.


enum constant summary
linesingle
          represents single line style.
linethickbetweenthin
          represents thick between thin line style.
linethickthin
          represents thick thin line style.
linethinthick
          represents thin thick line style.
linethinthin
          represents thin thin line style.
 
enum constant detail

linesingle

public static final shapelinestyletype linesingle
represents single line style.

linethinthin

public static final shapelinestyletype linethinthin
represents thin thin line style.

linethinthick

public static final shapelinestyletype linethinthick
represents thin thick line style.

linethickthin

public static final shapelinestyletype linethickthin
represents thick thin line style.

linethickbetweenthin

public static final shapelinestyletype linethickbetweenthin
represents thick between thin line style.


网站地图