I have an interesting problem.  I am trying to keep text from automatically
wrapping in table cells when it shouldn't.  The following, when placed in
the same cell, of the same width, will wrap differently:
3.141E300000000 will not wrap.
3.141E-03 WILL wrap with the following characteristics (literally):
        3.141E-
03

Is there a way to keep it from splitting this? I assume it's splitting the
word because of the "-" sign, but this is a bad behavior, given that this is
not a breakpoint, but actually the sign of the number.

Any help is appreciated.

Bill



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to