Re: [iText-questions] Changing default values for PdfPTables andPdfPCells

2008-01-22 Thread Rob Tanner
That probably is the best approach. I'm generating a faculty, staff and student directory that will get updated nightly. I have everything mostly the way I want it, but now I'm going through the code to make cleaner and maintainable. iText is one GREAT tool. -- Rob Bruno Lowagie said the fol

Re: [iText-questions] Changing default values for PdfPTables andPdfPCells

2008-01-22 Thread Bruno Lowagie
Rob Tanner wrote: > Hi, > > In the current document I'm working on, I use a lot of tables for > positioning purposes and having to set border and padding values to "0" > for every one that I instantiate. How can I (can I even?) change the > default values so that I only have to set them when I

[iText-questions] Changing default values for PdfPTables andPdfPCells

2008-01-21 Thread Rob Tanner
Hi, In the current document I'm working on, I use a lot of tables for positioning purposes and having to set border and padding values to "0" for every one that I instantiate. How can I (can I even?) change the default values so that I only have to set them when I don't want to use my default