CreateMathAccent
CreateMathAccent(IMathElement)
使用默认重音字符值创建应用于指定数学元素的数学重音
public IMathAccent CreateMathAccent(IMathElement element)
范围 | 类型 | 描述 |
---|---|---|
element | IMathElement | 数学元素应用重音 |
返回值
新数学重音
也可以看看
- interface IMathAccent
- interface IMathElement
- interface IMathAccentFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides
CreateMathAccent(IMathElement, char)
创建应用于指定数学元素的数学重音
public IMathAccent CreateMathAccent(IMathElement element, char accentCharacter)
范围 | 类型 | 描述 |
---|---|---|
element | IMathElement | 数学元素应用重音 |
accentCharacter | Char | 重音字符 |
返回值
新数学重音
也可以看看
- interface IMathAccent
- interface IMathElement
- interface IMathAccentFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides