I'm using Jasper Studio 6.1.0 to design PDF report.
In my report, I want to align text (text field or static text) as "justify distributed" like microsoft excel (show image below).
https://i.stack.imgur.com/YtIbc.jpg
I've read many forums but could not find a solution, please suggest.
Thanks!
If You are looking for something that works like soft return in MS Word (Shift+Enter) and want to achive
textAlignment="Justified"
intextElement
no matter, where a break line is the trick below may be helpfull.pdf fragment example
In TextField You can
textAlignment="Justified"
oftextElement
Tab Stops
: "left" at 0px, "right" at the full width oftextField
\t
(or	
if you prefer usingmarkup="html"
) in the place where You want to break line. If You want to justify the last or single line use\t\t
(or		
)and the whole example: