TableCell

Overview

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

Properties: borders, col, colSpan, headers, id, isHeader, and 7 more.

Properties

NameTypeAccessDescription
row: numberReadGets the row.
col: numberReadGets the col.
rowSpan: numberReadGets the row span.
colSpan: numberReadGets the col span.
quad: RectReadGets the quad.
text: stringReadGets the text.
isHeader: booleanReadTagged path only: true for a TH cell.
scope: stringReadTagged path only: /Scope — ‘Row’
id: stringReadTagged path only: the element’s /ID, for header association.
headers: string[]ReadTagged path only: /Headers — ids of the header cells that describe this cell.
tables: Table[]ReadTables nested inside this cell (recursive).
borders: CellBordersReadThe cell’s drawn edges, when they could be recovered.
shading: RgbReadThe cell’s recovered background, absent when none was found.