link_to_previous method

link_to_previous

Links or unlinks all headers and footers to the corresponding headers and footers in the previous section.

def link_to_previous(self, is_link_to_previous):
    ...
Parameter Type Description
is_link_to_previous bool True to link the headers and footers to the previous section;
false to unlink them.

See Also