IMathBarFactory
public interface IMathBarFactory
Allows to create a math bar
For COM comparibility
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
element | IMathElement | math 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:
Parameter | Type | Description |
---|---|---|
element | IMathElement | Math element to apply bar |
position | int | Position of the bar |
Returns: IMathBar - new math bar element