RE: [iText-questions] Re: PdfPCell colspan

2002-06-24 Thread Matt Benson
onday, June 24, 2002 9:02 AM > > To: Cooremans, Rony > > Cc: [EMAIL PROTECTED] > > Subject:Re: [iText-questions] Re: PdfPCell > colspan > > > > Yes, that is his point as I see it--he wants to > > abbreviate/simplify his code. Subclassing should > > achiev

Re: [iText-questions] Re: PdfPCell colspan

2002-06-24 Thread Matt Benson
Yes, that is his point as I see it--he wants to abbreviate/simplify his code. Subclassing should achieve that. -Matt --- "Cooremans, Rony" <[EMAIL PROTECTED]> wrote: > mm doesent that comes to the same in essence ? > > you add a cell and before you add it to the table > you give it a certain >

Re: [iText-questions] Re: PdfPCell colspan

2002-06-24 Thread Matt Benson
I understood the original complaint to be that he was calling setColspan over and over. I believe that the advice Paulo would give would be to subclass PdfPCell and call setColspan in the constructor. -Matt --- "Cooremans, Rony" <[EMAIL PROTECTED]> wrote: > Why dont you do the folowing ? > > P