AlignmentType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class AlignmentType extends System.Enum
对齐方式
字段
| 字段 | 描述 |
|---|---|
| Left | 左对齐 |
| Right | 右对齐 |
| Center | 居中对齐 |
| Justify | 两端对齐 |
Left
public static final byte Left
左对齐
Right
public static final byte Right
右对齐
Center
public static final byte Center
居中对齐
Justify
public static final byte Justify
两端对齐