shapedashlinestyletype-ag凯发旗舰厅



com.spire.xls
enum shapedashlinestyletype

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

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

represents shape dash line style.


enum constant summary
dashdot
          represents dash dot style.
dashdotdot
          represents dash dot dot style.
dashed
          represents dashed style.
dotted
          represents dotted style.
dottedround
          represents dotted round style.
mediumdashdot
          represents medium dash dot style.
mediumdashed
          represents medium dashed style.
solid
          represents solid style.
 
enum constant detail

solid

public static final shapedashlinestyletype solid
represents solid style.

dotted

public static final shapedashlinestyletype dotted
represents dotted style.

dottedround

public static final shapedashlinestyletype dottedround
represents dotted round style.

dashed

public static final shapedashlinestyletype dashed
represents dashed style.

mediumdashed

public static final shapedashlinestyletype mediumdashed
represents medium dashed style.

dashdot

public static final shapedashlinestyletype dashdot
represents dash dot style.

mediumdashdot

public static final shapedashlinestyletype mediumdashdot
represents medium dash dot style.

dashdotdot

public static final shapedashlinestyletype dashdotdot
represents dash dot dot style.


网站地图