BordersValue
Overview
BordersValue is a class in Aspose.Cells FOSS for Java.
Represents the border values for a cell style, including left, right, top, bottom, and diagonal borders, as well as diagonal direction flags.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
left | BorderSideValue | Read | Returns the left. |
right | BorderSideValue | Read | Returns the right. |
top | BorderSideValue | Read | Returns the top. |
bottom | BorderSideValue | Read | Returns the bottom. |
diagonal | BorderSideValue | Read | Returns the diagonal. |
diagonalUp | boolean | Read | Returns the diagonal up. |
diagonalDown | boolean | Read | Returns the diagonal down. |
Methods
| Signature | Description |
|---|---|
getLeft() → BorderSideValue | Returns the left. |
setLeft(left: BorderSideValue) | Sets the left. |
getRight() → BorderSideValue | Returns the right. |
setRight(right: BorderSideValue) | Sets the right. |
getTop() → BorderSideValue | Returns the top. |
setTop(top: BorderSideValue) | Sets the top. |
getBottom() → BorderSideValue | Returns the bottom. |
setBottom(bottom: BorderSideValue) | Sets the bottom. |
getDiagonal() → BorderSideValue | Returns the diagonal. |
setDiagonal(diagonal: BorderSideValue) | Sets the diagonal. |
getDiagonalUp() → boolean | Returns the diagonal up. |
setDiagonalUp(diagonalUp: boolean) | Sets the diagonal up. |
getDiagonalDown() → boolean | Returns the diagonal down. |
setDiagonalDown(diagonalDown: boolean) | Sets the diagonal down. |
clone() → BordersValue | Creates a copy of this instance. |