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):
...
Parameter | Type | Description |
---|---|---|
header_footer | HeaderFooter | The object that is being visited. |
Returns
A VisitorAction value that specifies how to continue the enumeration.
See Also
- module aspose.words
- class DocumentVisitor