MathDelimiterFactory

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IMathDelimiterFactory

public class MathDelimiterFactory implements IMathDelimiterFactory

Allows to create a math delimiter


For COM comparibility

Constructors

ConstructorDescription
MathDelimiterFactory()

Methods

MethodDescription
createMathDelimiter(IMathElement element)Create a math delimiter by applying to the element
createMathDelimiter(IMathElementCollection mathElements)Create a math delimiter by applying to the element

MathDelimiterFactory()

public MathDelimiterFactory()

createMathDelimiter(IMathElement element)

public final IMathDelimiter createMathDelimiter(IMathElement element)

Create a math delimiter by applying to the element

Parameters:

ParameterTypeDescription
elementIMathElementmath element to apply delimiter

Returns: IMathDelimiter - new math delimiter

createMathDelimiter(IMathElementCollection mathElements)

public final IMathDelimiter createMathDelimiter(IMathElementCollection mathElements)

Create a math delimiter by applying to the element

Parameters:

ParameterTypeDescription
mathElementsIMathElementCollectionmath elements to apply delimiter

Returns: IMathDelimiter - new math delimiter