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