BorderInfo
Overview
BorderInfo is a class in Aspose.PDF FOSS for .NET.
Represents border information for table cells and rows.
This class provides 10 methods for working with BorderInfo objects in .NET programs.
Available methods include: BorderInfo, Clone.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Bottom, Color, Left, Right, RoundedBorderRadius, Side, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Side | BorderSide | Read/Write | Gets or sets the side. |
Width | double | Read/Write | Gets or sets the width. |
Color | Color | Read/Write | Gets or sets the color. |
Top | GraphInfo? | Read/Write | Gets or sets the top. |
Bottom | GraphInfo? | Read/Write | Gets or sets the bottom. |
Left | GraphInfo? | Read/Write | Gets or sets the left. |
Right | GraphInfo? | Read/Write | Gets or sets the right. |
RoundedBorderRadius | double | Read/Write | Gets or sets the rounded border radius. |
Methods
| Signature | Description |
|---|---|
BorderInfo() | Calls BorderInfo on this BorderInfo instance. |
BorderInfo(borderSide: BorderSide) | Calls BorderInfo(borderSide) on this BorderInfo instance. |
BorderInfo(borderSide: BorderSide, width: double) | Calls BorderInfo(borderSide, width) on this BorderInfo instance. |
BorderInfo(borderSide: BorderSide, borderWidth: float) | Calls BorderInfo(borderSide, borderWidth) on this BorderInfo instance. |
BorderInfo(borderSide: BorderSide, width: double, color: Color) | Calls BorderInfo(borderSide, width, color) on this BorderInfo instance. |
BorderInfo(borderSide: BorderSide, borderWidth: float, borderColor: Color) | Calls BorderInfo(borderSide, borderWidth, borderColor) on this BorderInfo instance. |
BorderInfo(borderSide: BorderSide, borderColor: Color) | Calls BorderInfo(borderSide, borderColor) on this BorderInfo instance. |
BorderInfo(borderSide: BorderSide, info: GraphInfo) | Calls BorderInfo(borderSide, info) on this BorderInfo instance. |
Clone() | Calls Clone on this BorderInfo instance. |
BorderInfo(commonStyle: BorderPartStyle) | Calls BorderInfo(commonStyle) on this BorderInfo instance. |