BorderInfo

Overview

BorderInfo is a interface in Aspose.PDF FOSS for TypeScript.

A cell/table border: stroke width (pt), RGB colour (0..1), optional dash, and which edges to paint.

Properties: color, dash, sides, width.

Properties

NameTypeAccessDescription
width: numberReadGets the width.
color: [number, number, number]ReadGets the color.
dash: number[]ReadGets the dash.
sides: BorderSidesReadEdges to paint.