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?
0 Answers:
No answers yet