Macro Language Reference > PIs > Tables > <?tbcfmth>
  
<?tbcfmth>
Description
Use this command to specify the horizontal alignment of the first paragraph of text in individual cells in a table.
This command can also be specified as <?tbcellfmth>.
Syntax
<?tbcfmth code:n><?tbcfmth>
[no parameter]
Use paragraph's default properties
code
-1 or “none”
Use paragraph's default properties
0, l, L, n or N
Left (non justified)
1, c, C, m or M
Center / middle
2, r or R
Flush right
3, j or J
Justified to left
The parameters l, c, m and r signify the words left, right, center and middle respectively: it is also possible to use the full words, e.g. <?tbcfmth=right>.
Additional Information
These horizontal formats always override the defaults within the paragraph style and apply to all the paragraphs within the cell.
<?tbcolfmth> can also be used to set a default for a whole column of cells. It will always override the default for the column, but if <?tbrdef> is used for a row, the row default will only be used when the column default is "none" or -1.