Aspose::Words::DocumentVisitor::VisitBodyStart method

DocumentVisitor::VisitBodyStart method

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

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitBodyStart(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