Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / TableCell

Interface: TableCell

Defined in: core-interfaces.ts:1742

Properties

_hmerge?

optional _hmerge?: boolean

Defined in: core-interfaces.ts:1750


_lineHeight?

optional _lineHeight?: number

Defined in: core-interfaces.ts:1749

height in EMU


_lines?

optional _lines?: TableCell[][]

Defined in: core-interfaces.ts:1745

lines in this cell (autoPage)


_rowContinue?

optional _rowContinue?: number

Defined in: core-interfaces.ts:1752


_spanOrigin?

optional _spanOrigin?: TableCell

Defined in: core-interfaces.ts:1755

origin cell of a colspan/rowspan span, set on the dummy _hmerge/_vmerge cells so they can inherit the origin's border/fill and render the merged region's outer edges


_tableCells?

optional _tableCells?: TableCell[]

Defined in: core-interfaces.ts:1747

text prop but guaranteed to hold "TableCell[]"


_type?

optional _type?: tablecell

Defined in: core-interfaces.ts:1743


_vmerge?

optional _vmerge?: boolean

Defined in: core-interfaces.ts:1751


options?

optional options?: TableCellProps

Defined in: core-interfaces.ts:1763


text?

optional text?: string | TableCell[]

Defined in: core-interfaces.ts:1762

Cell content: a plain string, or an array of TableCell runs for mixed formatting. (A number is still coerced to a string at runtime for plain-JS callers, but is no longer part of the type — pass String(n) from TypeScript.)