Table datatable = new Table(5);
com.lowagie.text.Font headFont = FontFactory.getFont("ARIAL", 10, 1);
Cell cell1 = new Cell(new Phrase("ASSIT ID",headFont));
datatable.addCell(cell1);-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nenad Djordjevic Sent: Monday, June 14, 2004 2:01 PM To: [EMAIL PROTECTED] Subject: [iText-questions] Table cells and FONT change? Is it posible to change font size in table cells? Nenad Djordjevic IT Department U.S.S.Serbia ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
