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
PmfTableRow.VertAlign property.
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 property 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