Apply a character at beginning and end of each line inside text field

I am developing a report  which should apply a character at begining and end of each line inside text field. 
 
The text "Jasper Report" gotten from a database should be printed as "=Jasper Report="
 
This isn't a matter of concate the character with the field value. If the text is too much large to fit in a line, the new lines  should have the character at begining and end too.
 
=First line of text field=
=Second line of text field=
=Last line= 
 
How can I develop this report? How  the jasper report API can help me in this situation?
rodrigogouveia's picture
Joined: Jun 8 2010 - 5:57am
Last seen: 9 months 2 weeks ago

0 Answers:

No answers yet
Feedback
randomness