Paper Office
paper-pptxAPI referencetable

_Row

paper-pptx 0.2.0 API reference

Table row

_Row(tr: CT_TableRow, parent: _RowCollection)

Attributes

cells

attributecells

Read-only reference to collection of cells in row.

An individual cell is referenced using list notation, e.g. cell = row.cells[0].

height

attributeheightLength

Height of row in EMU.

part

attributepartXmlPart

The package part containing this object.

On this page