JasperReport将带有标记的text textField拆分为多个页面

时间:2018-06-04 10:33:09

标签: jasper-reports

我在jasperreport中面临一个问题,它将文本字段文本拆分为2页,如下所示:

第1页 1st page 第2页 2nd page

乐队设置

<band height="28" splitType="Prevent">

文本字段设置:

<textField isStretchWithOverflow="true">
            <reportElement key="item_key" style="style1" mode="Transparent" x="27" y="0" width="169" height="28" isPrintInFirstWholeBand="true" uuid="1cf875ae-a60b-4640-8c08-1454d669f7eb"/>
            <box topPadding="1" bottomPadding="2"/>
            <textElement verticalAlignment="Top" markup="styled">
                <paragraph lineSpacing="Proportional" lineSpacingSize="0.6" leftIndent="3" rightIndent="3" spacingBefore="2"/>
            </textElement>
            <textFieldExpression><![CDATA[$V{product}]]></textFieldExpression>
        </textField>

我正在使用jasperreports-5.1.0和java 1.7

我已经检查了解决方案here,但它没有帮助..

$ V {product} 变量值为:

"<style size='10' vAlign='Top' isBold='true'>AA Test Product<style isBold='false'>\nAA Test Product"
+"\nAA Test Product"
+"\nAA Test Product"
+"\nAA Test Product</style></style>"

0 个答案:

没有答案