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 | 垂直对齐方式 |
返回值
新的分组字符元素
参见
- 接口 IMathGroupingCharacter
- 接口 IMathElement
- 枚举 MathTopBotPositions
- 接口 IMathGroupingCharacterFactory
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides
CreateMathGroupingCharacter(IMathElement)
创建数学分组字符
public IMathGroupingCharacter CreateMathGroupingCharacter(IMathElement element)
参数 | 类型 | 描述 |
---|---|---|
element | IMathElement | 应用分组字符的数学元素 |
返回值
新的分组字符元素