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

NameTypeAccessDescription
top: booleanReadGets the top.
right: booleanReadGets the right.
bottom: booleanReadGets the bottom.
left: booleanReadGets the left.