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