paper-pptxAPI referencetable
_Row
paper-pptx 0.2.0 API reference
Table row
_Row(tr: CT_TableRow, parent: _RowCollection)Attributes
cells
attributecellsRead-only reference to collection of cells in row.
An individual cell is referenced using list notation, e.g. cell = row.cells[0].
height
attributeheightLengthHeight of row in EMU.
part
attributepartXmlPartThe package part containing this object.