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)
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++