BorderSideValue

BorderSideValue

Overview

BorderSideValue is a class in Aspose.Cells FOSS for C++.

Represents border side value.

This class provides 8 methods for working with BorderSideValue objects in C++ programs. Available methods include: BorderSideValue, BorderStyle, Clone, ColorValue, GetColor, GetStyle, SetColor, SetStyle. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package. Accessor methods: BorderStyle, ColorValue.

Accessor Methods

NameTypeAccessDescription
BorderStyleBorderStyleReadGets the border style.
ColorValueColorValueReadGets the color value.

Methods

SignatureDescription
BorderStyle()BorderStyleGets or sets the style.
ColorValue()ColorValueGets or sets the color.
BorderSideValue()Initializes a new instance of the class.
GetStyle()BorderStyleGets or sets the style.
SetStyle(value: BorderStyle)Sets the style value.
GetColor()ColorValueGets or sets the color.
SetColor(value: ColorValue)Sets the color value.
Clone()BorderSideValueCreates a copy of the current instance. The border side value.

See Also

 English