footer_margin property

Represents the distance from the bottom of the page to the footer, in unit of centimeters.

Definition:

@property
def footer_margin(self):
    ...
@footer_margin.setter
def footer_margin(self, value):
    ...

See Also