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

Method width

src/pptx/table.py:390–392  ·  view source on GitHub ↗

Width of column in EMU.

(self)

Source from the content-addressed store, hash-verified

388
389 @property
390 def width(self) -> Length:
391 """Width of column in EMU."""
392 return self._gridCol.w
393
394 @width.setter
395 def width(self, width: Length):

Callers

nothing calls this directly

Calls 1

notify_width_changedMethod · 0.45

Tested by

no test coverage detected