Enum HorizontalAlignment
HorizontalAlignment enumeration
Describes horizontal alignment.
public enum HorizontalAlignment
Values
Name | Value | Description |
---|---|---|
None | 0 | No alignment. |
Left | 1 | Align to left. |
Center | 2 | Center alignment. |
Right | 3 | Align to right. |
Justify | 4 | Justify alignment. Text will be aligned on both left and right margins. |
FullJustify | 5 | Similar to ‘Justify’ alignment, except that the very last line will only be left-aligned in ‘Justify’ mode, while in ‘FullJustify’ mode all lines will be left- and right-aligned. |
See Also
- namespace Aspose.Pdf
- assembly Aspose.PDF