sempdf v1.9.1Interfaces
Interface: TableCellBorders
sempdf / TableCellBorders
Defined in: src/types.ts:2603
Per-edge borders for a single table cell, overriding (and drawn on top of)
the table-level TableOptions.borders. Each side accepts true (draw
with the default gray/0.75 line) or a TableCellBorderSide for an
explicit color and width. Set borders on a row's cells to rule that row.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
bottom? | TableCellBorderInput | Bottom edge. | src/types.ts:2609 |
left? | TableCellBorderInput | Left edge. | src/types.ts:2611 |
right? | TableCellBorderInput | Right edge. | src/types.ts:2607 |
top? | TableCellBorderInput | Top edge. | src/types.ts:2605 |