HorzAlign - property of the PmfTableArea object
Description:
Horizontal text alignment of selected table area.
Values:
center -
default align to center
left - align to left border
right - align to right border
Note:
Property access
for read and write. This method is also functional in
Web panels.
Example:
JavaScriptSelect and copy to clipboard
oTableArea.HorzAlign = "center"; //Writing the value
var sHorzAlign = oTableArea.HorzAlign; //Reading the value