intive-FDV / DynamicJasper

Dynamic Reports using Jasper Reports
http://intive-fdv.github.io/DynamicJasper/
GNU Lesser General Public License v3.0
241 stars 128 forks source link

Deprecated align, but no other way for using it? #103

Closed Chrissyx closed 1 year ago

Chrissyx commented 3 years ago

The VerticalAlign and HorizontalAlign have been marked as deprecated:

https://github.com/intive-FDV/DynamicJasper/blob/master/src/main/java/ar/com/fdvs/dj/domain/Style.java#L83

However, there is no way to set the new Text and Image alternatives? Same for the StyleBuilder:

https://github.com/intive-FDV/DynamicJasper/blob/master/src/main/java/ar/com/fdvs/dj/domain/builders/StyleBuilder.java#L100

Did I miss something or is this a bug?

jonathanbenedet commented 2 years ago

Same problem here.

AnomalyAces commented 2 years ago

I want to say I have seen the same thing. It supports the deprecated code but I think we should either have a way to set the new Text and Image aligns or the deprecation marker should be removed

sandeepnkulkarni commented 2 years ago

I am facing same problem. Any update on this would be appreciated.