header_center property

header_center property

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

Definition:

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

See Also