public interface IMathDelimiterFactory
Allows to create a math delimiter
Modifier and Type | Method and Description |
---|---|
IMathDelimiter |
createMathDelimiter(IMathElement element)
Create a math delimiter by applying to the element
|
IMathDelimiter |
createMathDelimiter(IMathElementCollection mathElements)
Create a math delimiter by applying to the element
|
IMathDelimiter createMathDelimiter(IMathElement element)
Create a math delimiter by applying to the element
element
- math element to apply delimiterIMathDelimiter createMathDelimiter(IMathElementCollection mathElements)
Create a math delimiter by applying to the element
mathElements
- math elements to apply delimiter