MathBoxFactory

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IMathBoxFactory

public class MathBoxFactory implements IMathBoxFactory

Allows to create a math box


For COM comparibility

Constructors

ConstructorDescription
MathBoxFactory()

Methods

MethodDescription
createMathBox(IMathElement element)Create a math box by applying to the element

MathBoxFactory()

public MathBoxFactory()

createMathBox(IMathElement element)

public final 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