Re: [iText-questions] Col Span with Table

2008-02-08 Thread 1T3XT info
Jeff Norton schreef: I have two tables the first table is the primary table called datatable and has 5 columns The second table I want to nest in the first table and it is called sampleRefTable and has three columns Nesting tables with Table isn't the way to go. Use PdfPTable. -- This answer

[iText-questions] Col Span with Table

2008-02-07 Thread Jeff Norton
I have two tables the first table is the primary table called datatable and has 5 columns The second table I want to nest in the first table and it is called sampleRefTable and has three columns I nest it using the following code dataTable.AddCell(D1);

[iText-questions] Col Span with Table

2008-02-07 Thread Jeff Norton
I have two tables the first table is the primary table called datatable and has 5 columns The second table I want to nest in the first table and it is called sampleRefTable and has three columns I nest it using the following code dataTable.AddCell(D1);