CreateMathBar

CreateMathBar(IMathElement)

Create a math bar by applying to the element

public IMathBar CreateMathBar(IMathElement element)
ParameterTypeDescription
elementIMathElementmath element to apply bar

Return Value

new math bar element

See Also


CreateMathBar(IMathElement, MathTopBotPositions)

Create a math bar by applying to the element

public IMathBar CreateMathBar(IMathElement element, MathTopBotPositions position)
ParameterTypeDescription
elementIMathElementMath element to apply bar
positionMathTopBotPositionsPosition of the bar

Return Value

new math bar element

See Also