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

Method marL

src/pptx/oxml/table.py:298–300  ·  view source on GitHub ↗

Left margin value represented in `marL` attribute.

(self)

Source from the content-addressed store, hash-verified

296
297 @property
298 def marL(self) -> Length:
299 """Left margin value represented in `marL` attribute."""
300 return self._get_marX("marL", Emu(91440))
301
302 @marL.setter
303 def marL(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