|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<linestyletype>
com.spire.xls.linestyletype
public 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 |
---|
public static final linestyletype none
public static final linestyletype thin
public static final linestyletype medium
public static final linestyletype dashed
public static final linestyletype dotted
public static final linestyletype thick
public static final linestyletype double
public static final linestyletype hair
public static final linestyletype mediumdashed
public static final linestyletype dashdot
public static final linestyletype mediumdashdot
public static final linestyletype dashdotdot
public static final linestyletype mediumdashdotdot
public static final linestyletype slanteddashdot
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |