IMathDelimiterFactory
public interface IMathDelimiterFactory
Allows to create a math delimiter
For COM comparibility
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 |
createMathDelimiter(IMathElement element)
public abstract 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 abstract 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