MathJustification
MathJustification 枚举
指定数学段落的对齐方式(同一段落中相邻的数学文本实例的系列)
public enum MathJustification
值
| 名称 | 值 | 描述 |
|---|---|---|
| LeftJustified | 1 | 将数学文本左对齐 |
| RightJustified | 2 | 将数学文本右对齐 |
| Centered | 3 | 将数学文本居中对齐 |
| CenteredAsGroup | 4 | 将整个数学块组居中对齐,作为一个整体。这意味着数学文本实例可以相互对齐,但整个数学文本组作为一个整体进行居中对齐。 |
另见
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides