MathBlockFactory

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IMathBlockFactory

public class MathBlockFactory implements IMathBlockFactory

Allows to create a math block


For COM comparibility

Constructors

ConstructorDescription
MathBlockFactory()

Methods

MethodDescription
createMathBlock()Create a math block
createMathBlock(IMathElement mathElement)Create a math block and place the element in it
createMathBlock(IMathElementCollection mathElements)Create a math block and place elements in it

MathBlockFactory()

public MathBlockFactory()

createMathBlock()

public final IMathBlock createMathBlock()

Create a math block

Returns: IMathBlock - new math block

createMathBlock(IMathElement mathElement)

public final IMathBlock createMathBlock(IMathElement mathElement)

Create a math block and place the element in it

Parameters:

ParameterTypeDescription
mathElementIMathElementA math element

Returns: IMathBlock - new math block

createMathBlock(IMathElementCollection mathElements)

public final IMathBlock createMathBlock(IMathElementCollection mathElements)

Create a math block and place elements in it

Parameters:

ParameterTypeDescription
mathElementsIMathElementCollectionmath elements

Returns: IMathBlock - new math block