Это мои картинки. список слов не урезан как я думаю. Я уже поставил isStretchWithOverflow = "true" , positionType = "Float"
<pageHeader>
<band height="27">
<textField isStretchWithOverflow="true" evaluationTime="Group" evaluationGroup="branch" isBlankWhenNull="true">
<reportElement positionType="Float" x="0" y="0" width="100" height="27" isRemoveLineWhenBlank="true" isPrintInFirstWholeBand="true" isPrintWhenDetailOverflows="true"/>
<box topPadding="2" leftPadding="6">
<pen lineWidth="1.0"/>
<topPen lineWidth="1.0"/>
<leftPen lineWidth="1.0"/>
<bottomPen lineWidth="1.0"/>
<rightPen lineWidth="1.0"/>
</box>
<textElement markup="html">
<font size="8"/>
</textElement>
<textFieldExpression class="java.lang.String"><![CDATA[$V{serial}.trim()+"<br/>"]]></textFieldExpression>
</textField>
</band>
</pageHeader>
Кто-нибудь понял, как это решить?