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

Method margin_top

src/pptx/table.py:241–243  ·  view source on GitHub ↗

Top margin of cell.

(self)

Source from the content-addressed store, hash-verified

239
240 @property
241 def margin_top(self) -> Length:
242 """Top margin of cell."""
243 return self._tc.marT
244
245 @margin_top.setter
246 def margin_top(self, margin_top: Length | None):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected