How to Prevent Line Break on Special Characters

I have variable length text in a textfied that is to be wrapped in multiple lines. The problem is sometimes the content has the following text

"/ D.O.B : /"   which at times break like this "/ D.O.

B: /".      Is there a way to prevent linebreak on the period and slash symbol. I already know about non-breaking hyphen and non-breaking space. But how can I prevent a line break on other characters?

In css I would use the following:

white-space:nowrap;

But how can this be done in jasperreports?

connect.ryanburrell's picture
Joined: Jun 22 2013 - 9:10am
Last seen: 7 years 10 months ago

0 Answers:

No answers yet
Feedback
randomness