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):
...
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