CreateMathAccent

CreateMathAccent(IMathElement)

使用默认重音字符值创建应用于指定数学元素的数学重音

public IMathAccent CreateMathAccent(IMathElement element)
范围类型描述
elementIMathElement数学元素应用重音

返回值

新数学重音

也可以看看


CreateMathAccent(IMathElement, char)

创建应用于指定数学元素的数学重音

public IMathAccent CreateMathAccent(IMathElement element, char accentCharacter)
范围类型描述
elementIMathElement数学元素应用重音
accentCharacterChar重音字符

返回值

新数学重音

也可以看看