4748495051525354555657
JRPrintText text = getTextElementReplacement(exporterContext, element); try { exporter.exportText(text); } catch (IOException e) { throw new JRRuntimeException(e); }