VertAlign - property of the PmfTable object
Description:
Vertical text alignment of the table.
Values:
middle (default) - Alignment to center
top - Alignment to top border
bottom - Alignment to bottom border
Note:
Property access
for read and write.
This property is also functional in
Web panels.
Example1:
JavaScriptSelect and copy to clipboard
oTable.VertAlign = "middle";
// Writing into the property
var sVertAlign = oTable.VertAlign;
// Reading from the property