|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<borderslinetype>
com.spire.xls.borderslinetype
public enum borderslinetype
specifies border and diagonal line types in excel.
enum constant summary | |
---|---|
diagonaldown
border running from the upper left-hand corner to the lower right of each cell in the range. |
|
diagonalup
border running from the lower left-hand corner to the upper right of each cell in the range. |
|
edgebottom
border at the bottom of the range. |
|
edgeleft
border at the left-hand edge of the range. |
|
edgeright
border at the right-hand edge of the range. |
|
edgetop
border at the top of the range. |
enum constant detail |
---|
public static final borderslinetype diagonaldown
public static final borderslinetype diagonalup
public static final borderslinetype edgebottom
public static final borderslinetype edgeleft
public static final borderslinetype edgeright
public static final borderslinetype edgetop
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |