Rotation parameter in Jasper or iReport does not work when exporting to ODS format

1

Hello

My code:

<staticText>
<reportElement mode="Opaque" x="282" y="0" width="59" height="82" backcolor="#C4C4C4" uuid="8c5029ee-1b1d-41e8-a82f-ef2f879009c0"/>
<box>
    <topPen lineWidth="1.0"/>
    <leftPen lineWidth="1.0"/>
    <bottomPen lineWidth="1.0"/>
    <rightPen lineWidth="1.0"/>
</box>
<textElement textAlignment="Center" verticalAlignment="Middle" rotation="Left">
    <font fontName="Arial" size="11" isBold="true"/>
    <paragraph lineSpacing="Single"/>
</textElement>
<text><![CDATA[Matrícula]]></text>

The parameter is there (rotation="Left"), but does not work when exported to ODS format. Works when using PDF or XLS. (I use LibreOffice for visualization)

I've been searching the internet, documentation, and the Jasper community for several days, but I have not found any cases where the exported format is ODS.

    
asked by anonymous 17.02.2017 / 15:24

0 answers