CreateMathGroupingCharacter
CreateMathGroupingCharacter(IMathElement, char, MathTopBotPositions, MathTopBotPositions)
创建一个数学分组字符
public IMathGroupingCharacter CreateMathGroupingCharacter(IMathElement element, char character,
MathTopBotPositions position, MathTopBotPositions verticalJustification)
范围 | 类型 | 描述 |
---|---|---|
element | IMathElement | 数学元素以应用分组字符 |
character | Char | 分组字符 |
position | MathTopBotPositions | 分组字符位置 |
verticalJustification | MathTopBotPositions | 垂直对齐 |
返回值
新分组字符元素
也可以看看
- interface IMathGroupingCharacter
- interface IMathElement
- enum MathTopBotPositions
- interface IMathGroupingCharacterFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides
CreateMathGroupingCharacter(IMathElement)
创建一个数学分组字符
public IMathGroupingCharacter CreateMathGroupingCharacter(IMathElement element)
范围 | 类型 | 描述 |
---|---|---|
element | IMathElement | 数学元素以应用分组字符 |
返回值
新的分组字符元素
也可以看看
- interface IMathGroupingCharacter
- interface IMathElement
- interface IMathGroupingCharacterFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides