java.lang.Objectcom.aspose.cells.BorderType
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. |
Field Detail |
---|
BOTTOM_BORDER | |
public static final int BOTTOM_BORDER |
DIAGONAL_DOWN | |
public static final int DIAGONAL_DOWN |
DIAGONAL_UP | |
public static final int DIAGONAL_UP |
LEFT_BORDER | |
public static final int LEFT_BORDER |
RIGHT_BORDER | |
public static final int RIGHT_BORDER |
TOP_BORDER | |
public static final int TOP_BORDER |
HORIZONTAL | |
public static final int HORIZONTAL |
VERTICAL | |
public static final int VERTICAL |