Aspose::Words::DocumentVisitor::VisitOfficeMathStart method

DocumentVisitor::VisitOfficeMathStart method

Called when enumeration of a Office Math object has started.

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