[#2858] - Vertical align in Docx export not work

Category:
Bug report
Priority:
Normal
Status:
New
Project: Severity:
Minor
Resolution:
Open
Component: Reproducibility:
N/A
Assigned to:

I get this problem, when i modify i 120 line
/jasperreports-5.0.0/src/net/sf/jasperreports/engine/export/ooxml/DocxCellHelper.java
it:
JRAlignment align = element instanceof JRAlignment ? (JRAlignment)element : null;
to:
JRStyle align = element.getStyle();

now it work fine.

v5.0.0
lubagov's picture
Joined: Mar 6 2012 - 2:32am
Last seen: 9 years 11 months ago
Feedback
randomness