visit_header_footer_end method

visit_header_footer_end(header_footer)

Called when enumeration of a header or footer in a section has ended.

def visit_header_footer_end(self, header_footer: aspose.words.HeaderFooter):
    ...
ParameterTypeDescription
header_footerHeaderFooterThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also