Hi,

I receive a PdfPTable from a method and in some cases I need to put the text
of the last table row in bold.

Is there any way to do this ? 

I tried to get the row by this way :   
...
PdfPRow row = table.getRow(lastRow);
...

But I have read that we don“t have to use this class directly.  It's not
possible to get a list of the row PdfPCell's ?

Thanks!
-- 
View this message in context: 
http://www.nabble.com/Change-Font-from-a-row-in-a-created-PdfPTable-tp16806475p16806475.html
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar

Reply via email to