Jose Gutierrez wrote: > Hello there, im ran the example End of Page Please be more specific: Was it taken from the book? Was it taken from the online tutorial? If so, from which version of the tutorial.
to use a a header abd footer in a > Document but i want to change the color of the border of the table to white, Changing the border of a table is completely unrelated from any EndPage example, so your subject line is somewhat misleading. > how can i do this? By trying some PdfPTable examples. You'll find that there's a method setBorderColor on the PdfPCell elements your are adding to the PdfPTable (or even better: to the default cell of the PdfPTable). If you want to change the color to white because you want the border to be INVISIBLE, you shouldn't do this by changing the color to white, you should completely remove the border using setBorder(NO_BORDER). Of course this is all explained in the tutorial and in the book. best regards, Bruno ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
