[iText-questions] PdfPTable borders

2004-10-28 Thread Mayank Mishra
I draw the table borders as well as the cell borders and I find that the table borders are overridden by the cell borders at the bottom.How can I overcome that? --- This Newsletter Sponsored by: Macrovision For reliable Linux application ins

Re: [iText-questions] PdfPTable borders

2004-09-21 Thread Paulo Soares
ve Appling" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, September 21, 2004 22:07 Subject: Re: [iText-questions] PdfPTable borders > Perhaps I don't understand the use of PdfPTableEvent well enough. If

Re: [iText-questions] PdfPTable borders

2004-09-21 Thread Steve Appling
TED]> > Sent: Tuesday, September 21, 2004 12:40 PM > Subject: RE: [iText-questions] PdfPTable borders > > You have PdfPTableEvent that it's a lot more flexible. How would you > implement the new border model? > >Best Regards, >Paulo Soares --

RE: [iText-questions] PdfPTable borders

2004-09-21 Thread Paulo Soares
1, 2004 4:54 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] PdfPTable borders > > PdfPTable isn't derived from Rectangle like Table is, so it > doesn't have > borders itself, just on the cells. I'm converting some code to use > PdfPTable instead of Ta

[iText-questions] PdfPTable borders

2004-09-21 Thread Steve Appling
PdfPTable isn't derived from Rectangle like Table is, so it doesn't have borders itself, just on the cells. I'm converting some code to use PdfPTable instead of Table and the lack of table level borders is a bit of a problem. My cells are added in an event driven manner (from a SAX data source) s