Formatting Report Content : Specifying alignment of content in a table or grid : Aligning text horizontally
 
Aligning text horizontally
You can change the horizontal alignment of text by setting the text-alignment property to one of the following values: left, right, center, or justify. This property is equivalent to the CSS text-align property.
You can align content by applying the text-alignment property to individual data elements, to cells, to an entire row, or to the entire table or grid. To align all text in a table in the same way, set the text-alignment property at the table level. To align all text in a particular row, set the property at the row level.
Figure 8‑28 shows the results of using the different property values.