BorderInfo
Overview
BorderInfo is a type in Aspose.PDF FOSS for Go.
BorderInfo describes a border drawn around a table or cell.
Properties: Color, Sides, Width.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Sides | BorderSide | Read/Write | Gets the sides. |
Width | float64 | Read/Write | Gets the width. |
Color | *Color | Read/Write | Gets the color. |