Re: [iText-questions] Drawing a diagonal line in a pdfcell

2009-09-09 Thread 1T3XT info
gglefoncede gglefoncede wrote: > Hello, > > I would like to draw a diagonal line in a pdfCell but I didn't find any > example. That's probably because you're only looking at chapter 6 (about tables and cells). Please go to chapter 10 of "iText in Action". Figure 10.6 on p297 shows an example

[iText-questions] Drawing a diagonal line in a pdfcell

2009-09-09 Thread gglefoncede gglefoncede
Hello, I would like to draw a diagonal line in a pdfCell but I didn't find any example. Is anybody has one or could tell me how to do ? Thanks Greg _ Achetez un nouveau PC et bénéficiez de Windows 7 dès sa sortie ! htt

RE: [iText-questions] Drawing a Diagonal Line

2003-03-12 Thread Paulo Soares
o: '[EMAIL PROTECTED]' > Subject: Re: [iText-questions] Drawing a Diagonal Line > > Hi! > > Is there any other ways to draw a diagonal line on a Table with a certain > colSpan and rowSpan. I know it is better to use > PdfPTable and PdfPTableEvent in case like this

Re: [iText-questions] Drawing a Diagonal Line

2003-03-12 Thread Ricky M. Codizar
Hi! Is there any other ways to draw a diagonal line on a Table with a certain colSpan and rowSpan. I know it is better to use PdfPTable and PdfPTableEvent in case like this but I badly needed the rowSpan on some parts of the table. Kindly advise or if you could provide sample code is highly ap