String content = (String)xPropertySetField.getPropertyValue("Content");
xPropertySetField.setPropertyValue("NumberFormat", new Integer(numberFormat.getFormatKey()));
setContent(content,variableTextField,isFormula,numberFormatService);
}
catch(Throwable throwable) {
throw new NOAException(throwable);
}
}