Borders
Overview
Borders is a class in Aspose.Cells FOSS for Java.
Represents the border properties for a cell or range in an Excel worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
left | Border | Read | Returns the left. |
right | Border | Read | Returns the right. |
top | Border | Read | Returns the top. |
bottom | Border | Read | Returns the bottom. |
diagonal | Border | Read | Returns the diagonal. |
diagonalUp | boolean | Read | Returns the diagonal up. |
diagonalDown | boolean | Read | Returns the diagonal down. |
Methods
| Signature | Description |
|---|---|
getLeft() → Border | Returns the left. |
setLeft(left: Border) | Sets the left. |
getRight() → Border | Returns the right. |
setRight(right: Border) | Sets the right. |
getTop() → Border | Returns the top. |
setTop(top: Border) | Sets the top. |
getBottom() → Border | Returns the bottom. |
setBottom(bottom: Border) | Sets the bottom. |
getDiagonal() → Border | Returns the diagonal. |
setDiagonal(diagonal: Border) | 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() → Borders | Creates a deep clone of this Borders instance. |