Paper Office
paper-docxAPI referencetable

_Column

paper-docx 0.2.0 API reference

Table column.

_Column(gridCol: CT_TblGridCol, parent: TableParent)

Attributes

cells

attributecellstuple[_Cell, ...]

Sequence of _Cell instances corresponding to cells in this column.

part

attributepartXmlPart

The package part containing this object.

table

attributetableTable

Reference to the Table object this column belongs to.

width

attributewidthLength | None

The width of this column in EMU, or None if no explicit width is set.

On this page