Как выровнять штрих-код по центру, используя jasperreports и barcode4j

Я использую iReport 5.5.0. Как выровнять по центру компонент штрих-кода?

Соответствующий фрагмент моего jrxml ниже.

        <componentElement>
            <reportElement x="0" y="9" width="113" height="36" uuid="a11badb4-7c31-4011-83ae-f287b457939a"/>
            <jr:Code128 xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd" textPosition="bottom">
                <jr:codeExpression><![CDATA[$F{number}]]></jr:codeExpression>
            </jr:Code128>
        </componentElement>

1 ответ

Решение

Создайте стиль, назовем его "Штрихкод", например:

<style name="Barcode" fontName="Helvetica" fontSize="10" hAlign="Center" vAlign="Middle"/>

и установите для свойства стиля вашего элемента штрих-кода значение "Штрих-код".

Другие вопросы по тегам