Bottom margin value represented in `marB` attribute.
(self)
| 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): |