nitin.harbade Posted July 12, 2019 Share Posted July 12, 2019 I want add set text in textField and staticText as it will divide in equal space in jasper report.Text should be distributed like bellow text.現 金普 通 預 金売 上 高仕 入Setting textAlignment to "Justified", but it didn't work.my code is <staticText> <reportElement x="52" y="34" width="135" height="20" uuid="44eed122-c07e-42d0-b696-a6ad54b759a4"/> <textElement textAlignment="Justified" verticalAlignment="Middle" rotation="None"> <font fontName="Serif" size="12"/> </textElement> <text><![CDATA[Welcome]]></text> </staticText>Can someone suggest me the solution for this?I have to do it in jasper report and generate an report in PDF file. Link to comment Share on other sites More sharing options...
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