Aspose::Words::DocumentVisitor::VisitFootnoteEnd method

DocumentVisitor::VisitFootnoteEnd method

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

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitFootnoteEnd(System::SharedPtr<Aspose::Words::Notes::Footnote> footnote)
ParameterTypeDescription
footnoteSystem::SharedPtr<Aspose::Words::Notes::Footnote>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also