linestyletype-ag凯发旗舰厅



com.spire.xls
enum linestyletype

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

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

border line styles.


enum constant summary
dashdot
          represents the dash dot border line style.
dashdotdot
          represents the dash dot dot border line style.
dashed
          represents the dashed border line style.
dotted
          represents the dotted border line style.
double
          represents the double border line style.
hair
          represents the hair border line style.
medium
          represents the medium border line style.
mediumdashdot
          represents the medium dash dot border line style.
mediumdashdotdot
          represents the medium dash dot dot border line style.
mediumdashed
          represents the medium_dashed line style.
none
          represents no border line style.
slanteddashdot
          represents the slanted dash dot border line style.
thick
          represents the thick border line style.
thin
          represents the thin border line style.
 
enum constant detail

none

public static final linestyletype none
represents no border line style.

thin

public static final linestyletype thin
represents the thin border line style.

medium

public static final linestyletype medium
represents the medium border line style.

dashed

public static final linestyletype dashed
represents the dashed border line style.

dotted

public static final linestyletype dotted
represents the dotted border line style.

thick

public static final linestyletype thick
represents the thick border line style.

double

public static final linestyletype double
represents the double border line style.

hair

public static final linestyletype hair
represents the hair border line style.

mediumdashed

public static final linestyletype mediumdashed
represents the medium_dashed line style.

dashdot

public static final linestyletype dashdot
represents the dash dot border line style.

mediumdashdot

public static final linestyletype mediumdashdot
represents the medium dash dot border line style.

dashdotdot

public static final linestyletype dashdotdot
represents the dash dot dot border line style.

mediumdashdotdot

public static final linestyletype mediumdashdotdot
represents the medium dash dot dot border line style.

slanteddashdot

public static final linestyletype slanteddashdot
represents the slanted dash dot border line style.


网站地图