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

Method margin_bottom

src/pptx/table.py:251–253  ·  view source on GitHub ↗

Bottom margin of cell.

(self)

Source from the content-addressed store, hash-verified

249
250 @property
251 def margin_bottom(self) -> Length:
252 """Bottom margin of cell."""
253 return self._tc.marB
254
255 @margin_bottom.setter
256 def margin_bottom(self, margin_bottom: Length | None):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected