Aspose::Words::DocumentVisitor::VisitBodyEnd method

DocumentVisitor::VisitBodyEnd method

Called when enumeration of the main text story in a section has ended.

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitBodyEnd(System::SharedPtr<Aspose::Words::Body> body)
ParameterTypeDescription
bodySystem::SharedPtr<Aspose::Words::Body>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also