﻿# TextHorizontalAlignment
Describes text horizontal alignment.

## Enum
Name | Type | Value | Description
------------ | ------------- | ------------- | -------------
**CENTER** | **string** | 'Center' | Center alignment.
**FULL_JUSTIFY** | **string** | 'FullJustify' | 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.
**JUSTIFY** | **string** | 'Justify' | Justify alignment. Text will be aligned on both left and right margins.
**LEFT** | **string** | 'Left' | Align to left.
**NONE** | **string** | 'None' | No alignment.
**RIGHT** | **string** | 'Right' | Align to right.

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/TextHorizontalAlignment.php)

