Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 728 Bytes

File metadata and controls

15 lines (11 loc) · 728 Bytes

AsposePdfCloud::TextHorizontalAlignment

Describes text horizontal alignment.

Enum

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