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
| Name | Type | Access | Description |
|---|---|---|---|
BorderStyle | BorderStyle | Read | Gets the border style. |
ColorValue | ColorValue | Read | Gets the color value. |
Methods
| Signature | Description |
|---|---|
BorderStyle() → BorderStyle | Gets or sets the style. |
ColorValue() → ColorValue | Gets or sets the color. |
BorderSideValue() | Initializes a new instance of the class. |
GetStyle() → BorderStyle | Gets or sets the style. |
SetStyle(value: BorderStyle) | Sets the style value. |
GetColor() → ColorValue | Gets or sets the color. |
SetColor(value: ColorValue) | Sets the color value. |
Clone() → BorderSideValue | Creates a copy of the current instance. The border side value. |