IMathBoxFactory

public interface IMathBoxFactory

Allows to create a math box


For COM comparibility

Methods

MethodDescription
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:

ParameterTypeDescription
elementIMathElementmath element to apply box

Returns: IMathBox - new box element