footer_right property

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

Definition:

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

See Also