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

Method margin_right

src/pptx/table.py:231–233  ·  view source on GitHub ↗

Right margin of cell.

(self)

Source from the content-addressed store, hash-verified

229
230 @property
231 def margin_right(self) -> Length:
232 """Right margin of cell."""
233 return self._tc.marR
234
235 @margin_right.setter
236 def margin_right(self, margin_right: Length | None):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected