Border
Overview
Border is a class in Aspose.Cells FOSS for Java.
Represents a border with line style and color.
This class provides 5 methods for working with Border objects in Java programs.
Available methods include: clone, getColor, getLineStyle, setColor, setLineStyle.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: color, lineStyle.
Description
Border is a class in the Aspose.Cells FOSS library for Java that exposes 5 methods and 2 properties for programmatic use.
Core capabilities include: borderstyletype; color; sets the line style. These operations enable developers to integrate border functionality directly into Java applications.
The class also provides the lineStyle property (returns the line style), the color property (returns the color).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
lineStyle | BorderStyleType | Read | Returns the line style. |
color | Color | Read | Returns the color. |
Methods
| Signature | Description |
|---|---|
getLineStyle() → BorderStyleType | Returns the line style. |
setLineStyle(lineStyle: BorderStyleType) | Sets the line style. |
getColor() → Color | Returns the color. |
setColor(color: Color) | Sets the color. |
clone() → Border | Creates a copy of this instance. |