Paper Office
paper-pptxAPI referencetable

_ColumnCollection

paper-pptx 0.2.0 API reference

Sequence of table columns.

_ColumnCollection(tbl: CT_Table, parent: Table)

Attributes

part

attributepartXmlPart

The package part containing this object.

Functions

__getitem__

func__getitem__(idx: int)

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

paramidxint

__len__

func__len__()

Supports len() function (e.g. 'len(columns) == 1').

notify_width_changed

funcnotify_width_changed()

Called by a column when its width changes. Pass along to parent.

On this page