|
|||||||||
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 |