Hi,
I have a problem with my text field width, I been calling my address from DB, but after generating the pdf, the last digit/letter of the address goes down.
Here are my codes:
<textField isStretchWithOverflow="true">
<reportElement x="63" y="76" width="500" height="25" />
<textElement verticalAlignment="Middle" lineSpacing="Single" markup="styled">
<font fontName="SansSerif" size="10" isBold="false" isItalic="false" isPdfEmbedded="true"/>
</textElement>
<textFieldExpression class="java.lang.String"><![CDATA[$F{address1}]]></textFieldExpression>
</textField>
Kindly refer the picture of the pdf.
Thank you in advance.
Attachments:
0 Answers:
No answers yet