VertAlign - property of the PmfTableArea object
Description:
Vertical text alignment of selected table area.
Values:
middle -
default align to center
top - align to top border
bottom - align to bottom border
Note:
Property access
for read and write.
This method is also functional in
Web panels.
Example:
JavaScriptSelect and copy to clipboard
oTableArea.VertAlign = "middle";
// Writing into the property
var sVertAlign = oTableArea.VertAlign;
// Reading from the property