join method

join(self, math_element)

Joins a mathematical element and forms a mathematical block

Returns

A new IMathBlock containing this instance and specified argument

def join(self, math_element):
    ...
ParameterTypeDescription
math_elementIMathElementThe element to be joined

join(self, math_text)

Joins a mathematical text and forms a mathematical block

Returns

A new IMathBlock containing this instance and specified argument

def join(self, math_text):
    ...
ParameterTypeDescription
math_textstrMathematical text to be joined

See Also