我将isStretchWithOverflow
的{{1}}设置为true,以便显示整个字符串。这工作正常,但第二行的缩进不像第一行。实际上,第二行根本没有缩进。看看第二个和第三个条目:
这是textField:
textField
我想要 此文档 下的 集成版本。 。第三个条目相同。 我尝试使用iReport设置/更改某些属性,但找不到任何解决此问题的方法。
更新
我将textField更改为:
<textField isStretchWithOverflow="true">
<reportElement uuid="08242c22-8c1f-4c9a-90c9-0bc7cc9019d3" style="Sans_Normal" mode="Opaque" x="0" y="4" width="300" height="15" backcolor="#E5ECF9"/>
<textElement textAlignment="Left"/>
<textFieldExpression><![CDATA[$F{Description}]]></textFieldExpression>
</textField>
但这只是将整个条目移到左边。