Promotic

VertAlign - property of the PmfTableColumn object

Description:
Vertical text alignment of the selected column of the table area.
If this property is not set, then it takes (inherits) its value from the same VertAlign property of the parent object.
Syntax:
String VertAlign
Values:
middle - default align to center
top - align to top border
bottom - align 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

oCol.VertAlign = "middle";   // Writing into the property
var VertAlign = oCol.VertAlign;   // Reading from the property
oCol.VertAlign = "inherit";   // The property takes its value from the parent object

History:
Pm9.00.04: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.