Border

Overview

Border is a class in Aspose.Cells FOSS for Java.

Represents a border with line style and color.

Properties

NameTypeAccessDescription
lineStyleBorderStyleTypeReadReturns the line style.
colorColorReadReturns the color.

Methods

SignatureDescription
getLineStyle()BorderStyleTypeReturns the line style.
setLineStyle(lineStyle: BorderStyleType)Sets the line style.
getColor()ColorReturns the color.
setColor(color: Color)Sets the color.
clone()BorderCreates a copy of this instance.