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.
This class provides 15 methods for working with BordersValue objects in Java programs.
Available methods include: clone, getBottom, getDiagonal, getDiagonalDown, getDiagonalUp, getLeft, getRight, getTop, setBottom, setDiagonal, setDiagonalDown, setDiagonalUp, and 3 additional methods.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: bottom, diagonal, diagonalDown, diagonalUp, left, right, and 1 more.
Description
BordersValue is a class in the Aspose.Cells FOSS library for Java that exposes 15 methods and 7 properties for programmatic use.
Core capabilities include: bordersidevalue; bordersidevalue; bordersidevalue. These operations enable developers to integrate bordersvalue functionality directly into Java applications.
The class also provides the left property (returns the left), the right property (returns the right), the top property (returns the top).
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. |