join method

join(self, math_element)

def join(self, math_element):
    ...
ParameterTypeDescription
math_elementIMathElement

join(self, math_text)

def join(self, math_text):
    ...
ParameterTypeDescription
math_textstr

See Also