HorizontalAlignment Enumeration |
Describes horizontal alignment.
Namespace:
Aspose.Pdf
Assembly:
Aspose.PDF (in Aspose.PDF.dll) Version: 22.5.0
Syntaxpublic enum HorizontalAlignment
Public Enumeration HorizontalAlignment
public enum class HorizontalAlignment
Members
| Member 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