CreateMathGroupingCharacter

CreateMathGroupingCharacter(IMathElement, char, MathTopBotPositions, MathTopBotPositions)

创建数学分组字符

public IMathGroupingCharacter CreateMathGroupingCharacter(IMathElement element, char character, 
    MathTopBotPositions position, MathTopBotPositions verticalJustification)
参数类型描述
elementIMathElement应用分组字符的数学元素
characterChar分组字符
positionMathTopBotPositions分组字符的位置
verticalJustificationMathTopBotPositions垂直对齐方式

返回值

新的分组字符元素

参见


CreateMathGroupingCharacter(IMathElement)

创建数学分组字符

public IMathGroupingCharacter CreateMathGroupingCharacter(IMathElement element)
参数类型描述
elementIMathElement应用分组字符的数学元素

返回值

新的分组字符元素

参见