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

Asked

Viewed 56 times

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 it does not work when exported to ODS format. It works when I use PDF or XLS. (I use Libreoffice for visualization)

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

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.