header_left property

header_left property

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

Definition:

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

See Also