Border
Overview
Border is a class in Aspose.Cells FOSS for Java.
Represents a border with line style and 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. |