join method

join

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

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