IMathGroupingCharacter
IMathGroupingCharacter 接口
指定表达式上方或下方的分组符号,通常用于突出元素之间的关系
public interface IMathGroupingCharacter : IMathElement
属性
| 名称 | 描述 |
|---|---|
| AsIMathElement { get; } | 允许获取基础 IMathElement 接口 IMathElement |
| Base { get; } | 基础参数 |
| Character { get; set; } | 分组字符 默认值:U+23DF (BOTTOM CURLY BRACKET) |
| Position { get; set; } | 分组字符的位置。默认:Bottom |
| VerticalJustification { get; set; } | 组字符的垂直对齐方式。指定对象相对于基线的对齐方式。例如,当组字符位于对象上方时,VerticalJustification 为 Top 表示对象的顶部落在基线上;当 VerticalJustification 设置为 Bottom 时,对象的底部位于基线上。默认:Position=Top 时为 Bottom,Position=Bottom 时为 Top |
示例
示例:
[C#]
IMathGroupingCharacter groupingElement = new MathematicalText("x;y;z").Group();
另请参见
- 接口 IMathElement
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides