Promotic

FixedFont - property of the PmgWTable object

Description:
Fixed table cells font.
The property returns the ObjectFont object. The font appearance can be changed by writing into its properties.
Syntax:
Object FixedFont
Note:
Property access for read only. The value of this property is defined in the "Font" configurator of this object.
 
This property is also functional in Web panels.
See also:
- ObjectFont (object)
- PmgWTable.Font (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oTable = pMe.Items("/Table");

oTable.FixedFont.Name = "MS Sans Serif";
oTable.FixedFont.Size = 12;
oTable.FixedFont.Italic = false;
oTable.FixedFont.Bold = true;
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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