Macro Language Reference > PIs > Block > <?blockcellfmth>
  
<?blockcellfmth>
Description
Use this command to specify the horizontal alignment of the first paragraph of text in individual cells in a block.
Syntax
<?blockcellfmth code:n>
<?blockcellfmth>
[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
Centered / middle
2, r or R
Flush right
3, j or J
Justified to left
The parameters l, m, c and r signify the words left, right, center and middle respectively: it is also possible to use the full words, e.g. <?blockcellfmth=right>.
Additional information
This is a rare block property in that it is inherited as the default setting for any child blocks, although those blocks can override it if necessary.