sempdf v1.9.1Interfaces
Interface: TableCellBorderSide
sempdf / TableCellBorderSide
Defined in: src/types.ts:2590
Styling for one edge of a table cell. width defaults to 0.75; color
defaults to a medium gray.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
color? | ColorInput | Line color. Defaults to a medium gray. | src/types.ts:2592 |
width? | number | Line width in PDF points. Defaults to 0.75. | src/types.ts:2594 |