Aspose::Words::DocumentVisitor::VisitOfficeMathEnd method

DocumentVisitor::VisitOfficeMathEnd method

Called when enumeration of a Office Math object has ended.

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitOfficeMathEnd(System::SharedPtr<Aspose::Words::Math::OfficeMath> officeMath)
ParameterTypeDescription
officeMathSystem::SharedPtr<Aspose::Words::Math::OfficeMath>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also