public class BorderType
Field Summary | ||
---|---|---|
static final int | BOTTOM_BORDER | |
Represents bottom border line.
|
||
static final int | DIAGONAL_DOWN | |
Represents the diagonal line from top left to right bottom.
|
||
static final int | DIAGONAL_UP | |
Represents the diagonal line from bottom left to right top.
|
||
static final int | LEFT_BORDER | |
Represents left border line.
|
||
static final int | RIGHT_BORDER | |
Represents right border line exists.
|
||
static final int | TOP_BORDER | |
Represents top border line.
|
||
static final int | HORIZONTAL | |
Only for dynamic style,such as conditional formatting.
|
||
static final int | VERTICAL | |
Only for dynamic style,such as conditional formatting.
|
public static final int BOTTOM_BORDER
public static final int DIAGONAL_DOWN
public static final int DIAGONAL_UP
public static final int LEFT_BORDER
public static final int RIGHT_BORDER
public static final int TOP_BORDER
public static final int HORIZONTAL
public static final int VERTICAL