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
| Name | Type | Access | Description |
|---|---|---|---|
colSpan | : number | Read | Number of columns this cell spans. |
rowSpan | : number | Read | Number of rows this cell spans. |
header | : CellHeader | Read | Emit this cell as a /TH rather than a /TD when the table is drawn with { tagged: true }. |