CellOptions

Overview

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

addCell options: the per-cell text style plus an optional horizontal span.

Properties: colSpan, header, rowSpan.

Properties

NameTypeAccessDescription
colSpan: numberReadNumber of columns this cell spans.
rowSpan: numberReadNumber of rows this cell spans.
header: CellHeaderReadEmit this cell as a /TH rather than a /TD when the table is drawn with { tagged: true }.