BorderSideValue
Overview
BorderSideValue is a class in Aspose.Cells FOSS for Java.
Represents a border side value with style and color.
This class provides 6 methods for working with BorderSideValue objects in Java programs.
Available methods include: BorderSideValue, clone, getColor, getStyle, setColor, setStyle.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: color, style.
Description
BorderSideValue is a class in the Aspose.Cells FOSS library for Java that exposes 5 methods and 2 properties for programmatic use.
Core capabilities include: borderstyle; colorvalue; sets the style. These operations enable developers to integrate bordersidevalue functionality directly into Java applications.
The class also provides the style property (returns the style), the color property (returns the color).
Instances are created through a single constructor that initializes the object with default values.
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. |