Как обрезать список слов в этом подотчете в яшме - PullRequest
0 голосов
/ 24 октября 2019

Это мои картинки. список слов не урезан как я думаю. Я уже поставил isStretchWithOverflow = "true" , positionType = "Float"

enter image description here

<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>

Кто-нибудь понял, как это решить?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...