HorizontalAlignmentType
HorizontalAlignmentType enumeration
指定网格单元的水平对齐方式。
public enum HorizontalAlignmentType
价值观
| 姓名 | 价值 | 描述 |
|---|---|---|
| General | 0 | 如果对象类型是数字,对象在网格单元的右侧对齐。 如果对象类型是字符串,对象在网格单元的左侧对齐。 |
| Left | 1 | 对象或文本在网格单元的左侧对齐。 |
| Centred | 2 | 对象或文本在网格单元的中心对齐。 |
| Right | 3 | 对象或文本在网格单元的右侧对齐。 |
| Filled | 4 | 对象或文本已填充到网格单元中。 |
| Justified | 5 | |
| CentredAcross | 6 | |
| Distributed | 7 |