398399400401402403404405406407408
color = new RGBColor(0, 0, 0); ((ColorButton) item).setColor(color); } break; case FONT: { FontWeight weight = ScriptEngine.convertToJava(value, FontWeight.class); if (weight != null) ((FontPopupList) item).setFontWeight(weight); } break;