CreateMathDelimiter

CreateMathDelimiter(IMathElement)

Create a math delimiter by applying to the element

public IMathDelimiter CreateMathDelimiter(IMathElement element)
ParameterTypeDescription
elementIMathElementmath element to apply delimiter

Return Value

new math delimiter

See Also


CreateMathDelimiter(IMathElementCollection)

Create a math delimiter by applying to the element

public IMathDelimiter CreateMathDelimiter(IMathElementCollection mathElements)
ParameterTypeDescription
mathElementsIMathElementCollectionmath elements to apply delimiter

Return Value

new math delimiter

See Also