IMathBoxFactory
public interface IMathBoxFactory
Allows to create a math box
For COM comparibility
Methods
| Method | Description |
|---|---|
| createMathBox(IMathElement element) | Create a math box by applying to the element |
createMathBox(IMathElement element)
public abstract IMathBox createMathBox(IMathElement element)
Create a math box by applying to the element
Parameters:
| Parameter | Type | Description |
|---|---|---|
| element | IMathElement | math element to apply box |
Returns: IMathBox - new box element