BorderSideValue
Overview
BorderSideValue is a class in Aspose.Cells FOSS for Java.
Represents a border side value with style and color.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
style | BorderStyle | Read | Returns the style. |
color | ColorValue | Read | Returns the color. |
Methods
| Signature | Description |
|---|---|
BorderSideValue() | Initializes a new BorderSideValue instance. |
getStyle() → BorderStyle | Returns the style. |
setStyle(style: BorderStyle) | Sets the style. |
getColor() → ColorValue | Returns the color. |
setColor(color: ColorValue) | Sets the color. |
clone() → BorderSideValue | Creates a copy of this instance. |