AlignmentType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class AlignmentType extends System.Enum
Type d’alignement
Champs
| Champ | Description |
|---|---|
| Left | Alignement à gauche |
| Right | Alignement à droite |
| Center | Alignement centré |
| Justify | Alignement justifié |
Left
public static final byte Left
Alignement à gauche
Right
public static final byte Right
Alignement à droite
Center
public static final byte Center
Alignement centré
Justify
public static final byte Justify
Alignement justifié