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