Aspose::Words::DocumentVisitor::VisitFootnoteStart method

DocumentVisitor::VisitFootnoteStart method

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

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitFootnoteStart(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