IMathDelimiterFactory

public interface IMathDelimiterFactory

Allows to create a math delimiter


For COM comparibility

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

createMathDelimiter(IMathElement element)

public abstract 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 abstract 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