Works for me.

Paulo
----- Original Message ----- From: "Bill Taggart" <[EMAIL PROTECTED]>
To: <itext-questions@lists.sourceforge.net>
Sent: Friday, January 12, 2007 7:56 PM
Subject: Re: [iText-questions]Underline Not Consistently Working in PdfPTable


Paulo Soares <psoares <at> consiste.pt> writes:


Replace:

spouseUnderlineText3.replace(' ', '\u0020')

with

spouseUnderlineText3.replace(' ', '\u00a0')

Spaces may be trimmed.

Paulo


When I did that, the right most underline failed to work either time, but it
did resolve the middle underline.

How can I resolve the right most underline to work in both cases? What is the
rationale for using different unicode values?

Thanks!

Bill




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Attachment: MyFirstTable.pdf
Description: Adobe PDF document

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to