Aspose::Words::DocumentVisitor::VisitSectionStart method
DocumentVisitor::VisitSectionStart method
Called when enumeration of a section has started.
virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitSectionStart(System::SharedPtr<Aspose::Words::Section> section)
Parameter | Type | Description |
---|---|---|
section | System::SharedPtr<Aspose::Words::Section> | The object that is being visited. |
ReturnValue
A VisitorAction value that specifies how to continue the enumeration.
See Also
- Enum VisitorAction
- Class Section
- Class DocumentVisitor
- Namespace Aspose::Words
- Library Aspose.Words for C++