TableCell
Overview
TableCell is a interface in Aspose.PDF FOSS for TypeScript.
Properties: borders, col, colSpan, headers, id, isHeader, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
row | : number | Read | Gets the row. |
col | : number | Read | Gets the col. |
rowSpan | : number | Read | Gets the row span. |
colSpan | : number | Read | Gets the col span. |
quad | : Rect | Read | Gets the quad. |
text | : string | Read | Gets the text. |
isHeader | : boolean | Read | Tagged path only: true for a TH cell. |
scope | : string | Read | Tagged path only: /Scope — ‘Row’ |
id | : string | Read | Tagged path only: the element’s /ID, for header association. |
headers | : string[] | Read | Tagged path only: /Headers — ids of the header cells that describe this cell. |
tables | : Table[] | Read | Tables nested inside this cell (recursive). |
borders | : CellBorders | Read | The cell’s drawn edges, when they could be recovered. |
shading | : Rgb | Read | The cell’s recovered background, absent when none was found. |