Paper Office
paper-pptxAPI referencetable

_RowCollection

paper-pptx 0.2.0 API reference

Sequence of table rows

_RowCollection(tbl: CT_Table, parent: Table)

Attributes

part

attributepartXmlPart

The package part containing this object.

Functions

__getitem__

func__getitem__(idx: int) -> _Row

Provides indexed access, (e.g. 'rows[0]').

paramidxint

Returns

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.

On this page