FONTSTYLE
Overview
Constants Summarized
Type
Name
Summary
Constants Detailed
BOLD
var form = solutionModel.getForm("someForm");
var component = form.getComponent("someComponent")
component.fontType = solutionModel.createFont('Arial',SM_FONTSTYLE.BOLD,12);BOLD_ITALIC
ITALIC
PLAIN
Last updated
Was this helpful?