visit_header_footer_start method

visit_header_footer_start(header_footer)

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

def visit_header_footer_start(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