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

左对齐

public static final byte Right

右对齐

Center

public static final byte Center

居中对齐

Justify

public static final byte Justify

两端对齐