Paper Office
paper-docxAPI referencetable

_Columns

paper-docx 0.2.0 API reference

Sequence of _Column instances corresponding to the columns in a table.

Supports len(), iteration and indexed access.

_Columns(tbl: CT_Tbl, parent: TableParent)

Attributes

part

attributepartXmlPart

The package part containing this object.

table

attributetableTable

Reference to the Table object this column collection belongs to.

Functions

__getitem__

func__getitem__(idx: int)

Provide indexed access, e.g. 'columns[0]'.

paramidxint

__iter__

func__iter__()

__len__

func__len__()

On this page