我在jasperreport中面临一个问题,它将文本字段文本拆分为2页,如下所示:
乐队设置
<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>"