is_linked_to_previous property

is_linked_to_previous property

Gets or sets a value indicating whether this header/footer is linked to the corresponding header/footer in the previous section.

Remarks

Default is true. Note, when your link a header or footer, its contents is cleared.

Definition:

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

See Also