Overview
HorizontalAlignment is a enum in Aspose.PDF FOSS for Java.
Enumerates horizontal alignment options for content elements within a PDF page or container.
This enumeration defines 5 values: None, Left, Center, Right, Justify.
Values
| Value | Description |
|---|
None | |
Left | |
Center | |
Right | |
Justify | |
See Also