visit_footnote_start method

visit_footnote_start(footnote)

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

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