header_right property

header_right property

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

Definition:

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

See Also