Michael Korolyov <mkorolyov <at> iplocks.com> writes:

> 
> 
> Yes, I can set font for each Cell like as
> 
> table.addCell(new Phrase(db.getDbName(), font10));
> 
>  
> 
> Any other way to set âglobalâ
> font to a table?
> 
>  
> Thanks
>  
> 
> Best Regards.
> Michael.
> 
>  


Maybe this would work?

table.getDefaultCell().setPhrase("", font10);

-Jerome




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to