is_hf_align_margins property

is_hf_align_margins property

Indicates whether header and footer margins are aligned with the page margins. If this property is true, the left header and footer will be aligned with the left margin, and the right header and footer will be aligned with the right margin. This option is enabled by default.

Definition:

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

See Also