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

Method height

src/pptx/table.py:417–419  ·  view source on GitHub ↗

Height of row in EMU.

(self)

Source from the content-addressed store, hash-verified

415
416 @property
417 def height(self) -> Length:
418 """Height of row in EMU."""
419 return self._tr.h
420
421 @height.setter
422 def height(self, height: Length):

Callers

nothing calls this directly

Calls 1

notify_height_changedMethod · 0.45

Tested by

no test coverage detected