Border
Overview
Border is a class in Aspose.Cells FOSS for C++.
Represents border.
This class provides 8 methods for working with Border objects in C++ programs.
Available methods include: Border, BorderStyleType, Clone, Color, GetColor, GetLineStyle, SetColor, SetLineStyle.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Accessor methods: BorderStyleType, Color.
Accessor Methods
| Name | Type | Access | Description |
|---|---|---|---|
BorderStyleType | BorderStyleType | Read | Gets the border style type. |
Color | Color | Read | Gets the color. |
Methods
| Signature | Description |
|---|---|
BorderStyleType() → BorderStyleType | Gets or sets the line style. |
Color() → Color | Gets or sets the color. |
Border() | Initializes a new instance of the class. |
GetLineStyle() → BorderStyleType | Gets or sets the line style. |
SetLineStyle(value: BorderStyleType) | Sets the line style. |
GetColor() → Color | Gets or sets the color. |
SetColor(value: Color) | Sets the color. |
Clone() → Border | Creates a copy of the current instance. The border. |