How to set IS_USING_IMAGES_TO_ALIGN in HtmlExporter in Java ?
Posted on June 21, 2016 at 1:03am
Hi everyone;
When i used to JasperReports 3.7.1 Library i can set it as htmlExporter.setParameter(JRHtmlExporterParameter.IS_USING_IMAGES_TO_ALIGN, Boolean.FALSE);
But now i'm using 6.2 Library and it says that it's deprecated. How can i set it in new version ?
Joined: Jun 13 2016 - 11:28pm
Last seen: 6 years 9 months ago
Posted on June 21, 2016 at 1:58am
The new HtmlExporter does not support using images for alignment. So you no longer need to set IS_USING_IMAGES_TO_ALIGN to false, it is false by default.
Regards,
Lucian
Joined: Jul 17 2006 - 1:10am
Last seen: 5 hours 18 min ago