footer_center property

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

Definition:

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

See Also