java.lang.Object
com.aspose.cells.BorderType
public class BorderType
- extends java.lang.Object
Utility class containing constants.
Enumerates the border line and diagonal line types.
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.
|
BOTTOM_BORDER | |
public static final int BOTTOM_BORDER |
-
Represents bottom border line.
DIAGONAL_DOWN | |
public static final int DIAGONAL_DOWN |
-
Represents the diagonal line from top left to right bottom.
DIAGONAL_UP | |
public static final int DIAGONAL_UP |
-
Represents the diagonal line from bottom left to right top.
LEFT_BORDER | |
public static final int LEFT_BORDER |
-
Represents left border line.
RIGHT_BORDER | |
public static final int RIGHT_BORDER |
-
Represents right border line exists.
TOP_BORDER | |
public static final int TOP_BORDER |
-
Represents top border line.
HORIZONTAL | |
public static final int HORIZONTAL |
-
Only for dynamic style,such as conditional formatting.
VERTICAL | |
public static final int VERTICAL |
-
Only for dynamic style,such as conditional formatting.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.