footer_left property

Gets or sets the text string that appears in the left portion of document footer.

Definition:

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

See Also