Group
Group()
使用底部大括号将此元素放在组中
public IMathGroupingCharacter Group()
返回值
例子
类型的实例示例:
[C#]
IMathGroupingCharacter groupingElement = new MathematicalText("x;y;z").Group();
也可以看看
- interface IMathGroupingCharacter
- interface IMathElement
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides
Group(char, MathTopBotPositions, MathTopBotPositions)
使用分组字符(例如下大括号或另一个
public IMathGroupingCharacter Group(char character, MathTopBotPositions position,
MathTopBotPositions verticalJustification)
范围 | 类型 | 描述 |
---|---|---|
字符 | Char | 分组字符,例如 BOTTOM CURLY BRACKET (U+23DF) 或任何其他 |
位置 | MathTopBotPositions | 分组字符位置 |
verticalJustification | MathTopBotPositions | 组字符的垂直对齐。 指定对象相对于基线的对齐方式。 例如,当组字符在对象上方时, VerticalJustification of Top 表示对象的顶部落在基线上; 当 VerticalJustification 设置为 Bottom 时,对象的底部在基线上 |
返回值
例子
示例:
[C#]
IMathGroupingCharacter groupingElement = new MathematicalText("x;y;z").Group('\u23E1', MathTopBotPositions.Bottom, MathTopBotPositions.Top);
也可以看看
- interface IMathGroupingCharacter
- enum MathTopBotPositions
- interface IMathElement
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides