is_linked_to_previous property

is_linked_to_previous property

The header/footer is linked to the corresponding header/footer in the previous section.

Default is True. Note that when you link a header or footer, its contents are cleared.

True if linked; False otherwise.

Definition:

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

See Also