Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / TableCell

Interface: TableCell

Defined in: core-interfaces.ts:1700

Properties

_hmerge?

optional _hmerge?: boolean

Defined in: core-interfaces.ts:1708


_lineHeight?

optional _lineHeight?: number

Defined in: core-interfaces.ts:1707

height in EMU


_lines?

optional _lines?: TableCell[][]

Defined in: core-interfaces.ts:1703

lines in this cell (autoPage)


_optImp?

optional _optImp?: any

Defined in: core-interfaces.ts:1714


_rowContinue?

optional _rowContinue?: number

Defined in: core-interfaces.ts:1710


_spanOrigin?

optional _spanOrigin?: TableCell

Defined in: core-interfaces.ts:1713

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 (Issue #680)


_tableCells?

optional _tableCells?: TableCell[]

Defined in: core-interfaces.ts:1705

text prop but guaranteed to hold "TableCell[]"


_type?

optional _type?: tablecell

Defined in: core-interfaces.ts:1701


_vmerge?

optional _vmerge?: boolean

Defined in: core-interfaces.ts:1709


options?

optional options?: TableCellProps

Defined in: core-interfaces.ts:1717


text?

optional text?: string | number | TableCell[]

Defined in: core-interfaces.ts:1716