is_hf_diff_first property

is_hf_diff_first property

True means that the header/footer of the first page is different with other pages.

Definition:

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

See Also