visit_office_math_start method

visit_office_math_start(office_math)

Called when enumeration of a Office Math object has started.

def visit_office_math_start(self, office_math: aspose.words.math.OfficeMath):
    ...
ParameterTypeDescription
office_mathOfficeMathThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also