VertAlign - property of the PmfTableCell object
Description:
Vertical text alignment of selected cell in table area.
If this property is not set, then it takes (inherits) its value from the same
VertAlign property of the parent object.
Values:
middle (default) - Alignment to center
top - Alignment to top border
bottom - Alignment to bottom border
inherit - The property takes its value from the parent object
Note:
Property access
for read and write.
This method is also functional in
Web panels.
Example:
JavaScriptSelect and copy to clipboard
oCell.VertAlign = "middle";
// Writing into the property
var VertAlign = oCell.VertAlign;
// Reading from the property
oCell.VertAlign = "inherit";
// The property takes its value from the parent object