Aspose::Words::DocumentVisitor::VisitSectionEnd method

DocumentVisitor::VisitSectionEnd method

Called when enumeration of a section has ended.

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitSectionEnd(System::SharedPtr<Aspose::Words::Section> section)
ParameterTypeDescription
sectionSystem::SharedPtr<Aspose::Words::Section>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also