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数学元素以应用分组字符

返回值

新的分组字符元素

也可以看看