BorderSides
Overview
BorderSides is a class in Aspose.PDF FOSS for TypeScript.
Which edges of a border box are painted: every edge, no edge, or exactly the ones flagged true (an omitted flag is false, so { bottom: true } is a bottom rule only).
Properties: bottom, left, right, top.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
top | : boolean | Read | Gets the top. |
right | : boolean | Read | Gets the right. |
bottom | : boolean | Read | Gets the bottom. |
left | : boolean | Read | Gets the left. |