FontId - property of the PmgNumber object
Note:
Property access
for read and write.
The default value of this property is defined in the "
Font" configurator of this object.
This property is also functional in
Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oNumber = pMe.Items("/Nmb");
var sFontId = oNumber.FontId;
// Reading from the property
oNumber.FontId = "PmBig";
// Writing into the property
Dim oNumber
Set oNumber = pMe.Items("/Nmb")
Dim sFontId
sFontId = oNumber.FontId
' Reading from the property
oNumber.FontId = "PmBig"
' Writing into the property