使用iReport在jasper中我的字体大小没有变化吗?

时间:2019-06-03 08:43:58

标签: jasper-reports

所有这些都是我的问题。我应该在某些打印中修改某些列的字体大小的文本。我使用iReport来修改jasper,然后正常编译。我应该减小字体大小,然后从iReport软件,然后我在eclipse上的jasper cose中看到了这种变化,但是...当我打印文件时,文本尺寸没有变化。我取消了浏览器的缓存,我清除了服务器,但我使用Internet Explorer,但没有任何变化。 ..是什么问题...

<textField isStretchWithOverflow="true" isBlankWhenNull="true">
                <reportElement key="textField-42" positionType="Float" stretchType="RelativeToBandHeight" x="316" y="0" width="158" height="15" uuid="4ad218ae-0582-4d3c-85b0-28d4be82c76d"/>
                <box>
                    <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
                    <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
                    <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/>
                    <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
                </box>
                <textElement textAlignment="Center" verticalAlignment="Middle">
                    <font fontName="Times New Roman" size="5" pdfFontName="Times-Roman"/>
                </textElement>
                <textFieldExpression><![CDATA[$F{gruppo}]]></textFieldExpression>
            </textField>

最初,尺寸为8,但我将其更改为5。然后,我将pdf文本打印为8。

0 个答案:

没有答案