visit_footnote_end method

visit_footnote_end(footnote)

Called when enumeration of a footnote or endnote text has ended.

def visit_footnote_end(self, footnote: aspose.words.notes.Footnote):
    ...
ParameterTypeDescription
footnoteFootnoteThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also