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
attributepartXmlPartThe package part containing this object.
table
attributetableTableReference 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__()