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

Class CT_TableProperties

src/pptx/oxml/table.py:416–424  ·  view source on GitHub ↗

`a:tblPr` custom element class.

Source from the content-addressed store, hash-verified

414
415
416class CT_TableProperties(BaseOxmlElement):
417 """`a:tblPr` custom element class."""
418
419 bandRow = OptionalAttribute("bandRow", XsdBoolean, default=False)
420 bandCol = OptionalAttribute("bandCol", XsdBoolean, default=False)
421 firstRow = OptionalAttribute("firstRow", XsdBoolean, default=False)
422 firstCol = OptionalAttribute("firstCol", XsdBoolean, default=False)
423 lastRow = OptionalAttribute("lastRow", XsdBoolean, default=False)
424 lastCol = OptionalAttribute("lastCol", XsdBoolean, default=False)
425
426
427class CT_TableRow(BaseOxmlElement):

Callers

nothing calls this directly

Calls 1

OptionalAttributeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…