create_math_bar method

create_math_bar

Create a math bar by applying to the element

Returns

new math bar element

def create_math_bar(self, element):
    ...
ParameterTypeDescription
elementIMathElementmath element to apply bar

create_math_bar

Create a math bar by applying to the element

Returns

new math bar element

def create_math_bar(self, element, position):
    ...
ParameterTypeDescription
elementIMathElementMath element to apply bar
positionMathTopBotPositionsPosition of the bar

See Also