MathJustification
MathJustification enumeration
指定数学段落的对齐方式(同一段落中数学文本的一系列相邻实例)
public enum MathJustification
价值观
姓名 | 价值 | 描述 |
---|---|---|
LeftJustified | 1 | 数学文本左对齐 |
RightJustified | 2 | 将数学文本向右对齐 |
Centered | 3 | 将数学文本居中对齐 |
CenteredAsGroup | 4 | 在页面上将整个数学块组作为一个单元居中。 这意味着数学文本的实例可以相互对齐, 但整个数学文本组作为一个整体居中。 |