Hello;
 
I am using iText to produce tables in a PDF document.
 
 However, at compile time, I get 'unknown symbol' for the following:

table.setBorderColor( new Color( r, g, b ) );
table.setHeader( true );
cell.setBackgroundColor( new Color( r, g, b ) );

and a few others

These are used in the examples tutorials, so I don't get it. Unles I'm using
an old version of iText.jar?

Cheers,
Bill
 
[EMAIL PROTECTED]



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to