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

Method marB

src/pptx/oxml/table.py:289–291  ·  view source on GitHub ↗

Bottom margin value represented in `marB` attribute.

(self)

Source from the content-addressed store, hash-verified

287
288 @property
289 def marB(self) -> Length:
290 """Bottom margin value represented in `marB` attribute."""
291 return self._get_marX("marB", Emu(45720))
292
293 @marB.setter
294 def marB(self, value: Length | None):

Callers

nothing calls this directly

Calls 3

_get_marXMethod · 0.95
_set_marXMethod · 0.95
EmuClass · 0.90

Tested by

no test coverage detected