Re: [iText-questions] Rowspan BUG

2009-12-09 Thread 1T3XT info
dpmihai wrote: > I have following simple example : >| X | -> X cell has colspan=3 >|Y| Z| -> Z cell has colspan=2 > > If i use rowSpan = 2 for first cell the output is wrong : like | X | Y | You're right. It was a bug. The fix is in the SVN repository: @@ -540,7 +5

[iText-questions] Rowspan BUG

2009-12-09 Thread dpmihai
I have following simple example : | X | -> X cell has colspan=3 |Y| Z| -> Z cell has colspan=2 If i use rowSpan = 2 for first cell the output is wrong : like | X | Y | Document document = new Document(PageSize.A4); PdfWriter.getInstance(docume