sempdf
sempdf v1.9.1Interfaces

Interface: TableCellBorderSide

sempdf v1.9.1


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

PropertyTypeDescriptionDefined in
color?ColorInputLine color. Defaults to a medium gray.src/types.ts:2592
width?numberLine width in PDF points. Defaults to 0.75.src/types.ts:2594

On this page