BorderSideValue

BorderSideValue

Overview

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

Represents a border side value with style and color.

Properties

NameTypeAccessDescription
styleBorderStyleReadReturns the style.
colorColorValueReadReturns the color.

Methods

SignatureDescription
BorderSideValue()Initializes a new BorderSideValue instance.
getStyle()BorderStyleReturns the style.
setStyle(style: BorderStyle)Sets the style.
getColor()ColorValueReturns the color.
setColor(color: ColorValue)Sets the color.
clone()BorderSideValueCreates a copy of this instance.