CreateMathGroupingCharacter

CreateMathGroupingCharacter(IMathElement, char, MathTopBotPositions, MathTopBotPositions)

Creates a math grouping character

public IMathGroupingCharacter CreateMathGroupingCharacter(IMathElement element, char character, 
    MathTopBotPositions position, MathTopBotPositions verticalJustification)
ParameterTypeDescription
elementIMathElementmath element to apply grouping character
characterChargrouping character
positionMathTopBotPositionsposition of grouping character
verticalJustificationMathTopBotPositionsvertical justification

Return Value

new grouping character element

See Also


CreateMathGroupingCharacter(IMathElement)

Creates a math grouping character

public IMathGroupingCharacter CreateMathGroupingCharacter(IMathElement element)
ParameterTypeDescription
elementIMathElementmath element to apply grouping character

Return Value

new grouping character element

See Also