footer_left property

The text string that appears in the left portion of the document footer.

Definition:

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

See Also