paper-pptxAPI referencetable
_RowCollection
paper-pptx 0.2.0 API reference
Sequence of table rows
_RowCollection(tbl: CT_Table, parent: Table)Attributes
part
attributepartXmlPartThe package part containing this object.
Functions
__getitem__
func__getitem__(idx: int) -> _RowProvides indexed access, (e.g. 'rows[0]').
paramidxintReturns
pptx.table._Row__len__
func__len__()Supports len() function (e.g. 'len(rows) == 1').
notify_height_changed
funcnotify_height_changed()Called by a row when its height changes. Pass along to parent.