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)
Parameter | Type | Description |
---|---|---|
footnote | System::SharedPtr<Aspose::Words::Notes::Footnote> | The object that is being visited. |
ReturnValue
A VisitorAction value that specifies how to continue the enumeration.
See Also
- Enum VisitorAction
- Class Footnote
- Class DocumentVisitor
- Namespace Aspose::Words
- Library Aspose.Words for C++