ing.danielarodriguez Posted November 14, 2022 Posted November 14, 2022 Hi,I have a textfield with the following configuration: <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement key="textField" positionType="Float" stretchType="RelativeToBandHeight" x="109" y="24" width="157" height="41" isPrintWhenDetailOverflows="true" uuid="0b8e7f76-c757-4b8b-958c-a1d9d419338a"/> <textElement textAlignment="Justified" verticalAlignment="Bottom"> <font fontName="Trebuchet MS" isBold="false" isUnderline="false" isStrikeThrough="false" pdfFontName="templates/Fonts/trebuc.ttf" pdfEncoding="Cp1252" isPdfEmbedded="true"/> </textElement> <textFieldExpression><![CDATA[$F{CLIENT_NAME}]]></textFieldExpression> </textField> When I have 31 characters, it shows correctly:But, if I have one more char, appear a blank line. It only happens in Linux.Any idea? Thanks
mahadiosb Posted November 23, 2022 Posted November 23, 2022 Set text alignment on top. and try again.
ing.danielarodriguez Posted November 28, 2022 Author Posted November 28, 2022 But with this alignment, I am going to have more blank spaces.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now