How to set IS_USING_IMAGES_TO_ALIGN in HtmlExporter in Java ?

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 ?

 
kadircankarabacak's picture
Joined: Jun 13 2016 - 11:28pm
Last seen: 6 years 9 months ago

1 Answer:

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

lucianc's picture
72651
Joined: Jul 17 2006 - 1:10am
Last seen: 5 hours 18 min ago
Feedback