MathDelimiterFactory
Contents
[
Hide
]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
Constructor | Description |
---|---|
MathDelimiterFactory() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
element | IMathElement | math 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:
Parameter | Type | Description |
---|---|---|
mathElements | IMathElementCollection | math elements to apply delimiter |
Returns: IMathDelimiter - new math delimiter