MCPcopy Create free account
hub / github.com/scanny/python-pptx / CT_TableCol

Class CT_TableCol

src/pptx/oxml/table.py:397–400  ·  view source on GitHub ↗

`a:gridCol` custom element class.

Source from the content-addressed store, hash-verified

395
396
397class CT_TableCol(BaseOxmlElement):
398 """`a:gridCol` custom element class."""
399
400 w: Length = RequiredAttribute("w", ST_Coordinate) # pyright: ignore[reportAssignmentType]
401
402
403class CT_TableGrid(BaseOxmlElement):

Callers

nothing calls this directly

Calls 1

RequiredAttributeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…