IMathBarFactory

public interface IMathBarFactory

Allows to create a math bar


For COM comparibility

Methods

MethodDescription
createMathBar(IMathElement element)Create a math bar by applying to the element
createMathBar(IMathElement element, int position)Create a math bar by applying to the element

createMathBar(IMathElement element)

public abstract IMathBar createMathBar(IMathElement element)

Create a math bar by applying to the element

Parameters:

ParameterTypeDescription
elementIMathElementmath element to apply bar

Returns: IMathBar - new math bar element

createMathBar(IMathElement element, int position)

public abstract IMathBar createMathBar(IMathElement element, int position)

Create a math bar by applying to the element

Parameters:

ParameterTypeDescription
elementIMathElementMath element to apply bar
positionintPosition of the bar

Returns: IMathBar - new math bar element