public final class BorderType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM_BORDER
Represents bottom border line.
|
static int |
DIAGONAL
Special combination of multiple borders for user's convenience for some APIs.
|
static int |
DIAGONAL_DOWN
Represents the diagonal line from top left to right bottom.
|
static int |
DIAGONAL_UP
Represents the diagonal line from bottom left to right top.
|
static int |
DYNAMIC_STYLE_BORDERS
Indicates
VERTICAL and HORIZONTAL of dynamic style. |
static int |
HORIZONTAL
Only for dynamic style, such as conditional formatting.
|
static int |
LEFT_BORDER
Represents left border line.
|
static int |
NONE
No border has been specified.
|
static int |
RIGHT_BORDER
Represents right border line exists.
|
static int |
SIDE_BORDERS
|
static int |
TOP_BORDER
Represents top border line.
|
static int |
VERTICAL
Only for dynamic style, such as conditional formatting.
|
public static final int LEFT_BORDER
public static final int RIGHT_BORDER
public static final int TOP_BORDER
public static final int BOTTOM_BORDER
public static final int DIAGONAL_DOWN
public static final int DIAGONAL_UP
public static final int VERTICAL
public static final int HORIZONTAL
public static final int SIDE_BORDERS
LEFT_BORDER,
RIGHT_BORDER, TOP_BORDER and BOTTOM_BORDER.
Remarks
It is combination of multiple borders for user's convenience and can only be used for some APIs that accept multiple border types.public static final int DIAGONAL
DIAGONAL_UP and DIAGONAL_DOWN.
Remarks
It is combination of multiple borders for user's convenience and can only be used for some APIs that accept multiple border types.public static final int DYNAMIC_STYLE_BORDERS
VERTICAL and HORIZONTAL of dynamic style.
Remarks
It is combination of multiple borders for user's convenience and can only be used for some APIs that accept multiple border types.public static final int NONE
Remarks
It can only be used for some APIs that accept none or multiple border types.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.