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
Constructor | Description |
---|---|
MathBoxFactory() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
element | IMathElement | math element to apply box |
Returns: IMathBox - new box element