Accent
IMathElement.Accent method
设置一个重音符号(在此元素顶部的一个字符)
public IMathAccent Accent(char accentCharacter)
参数 | 类型 | 描述 |
---|---|---|
accentCharacter | Char | 重音字符。值应在(U+0300–U+036F)或(U+20D0–U+20EF)范围内 |
返回值
类型为 IMathAccent
的新实例
示例
示例:
[C#]
IMathAccent accent = new MathematicalText("x").Accent('~');
参见
- 接口 IMathAccent
- 接口 IMathElement
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides