HorizontalAlignment
The list of possible horizontal alignments.
Center = 1
The inline contents are centered within the line box. This is
the default value for table headers.
Justify = 3
The text is justified. Text should line up their left and right
edges to the left and right content edges of the paragraph.
Left = 0
The inline contents are aligned to the left edge of the line box.
This is the default value for table data.
Right = 2
The inline contents are aligned to the right edge of the line box.