Re: [iText-questions] Extend nested table to bottom of contained cell

2010-06-10 Thread Marco Schindler
here's an example which demonstrates the issue. the document I'm working on is a bit more complex though and involves headers/footers within nested tables. please keep me in cc since I'm not subscribed.. PdfPTable outerTable = new PdfPTable( 2 ); outerTable.WidthPercentage = 75; outerTable.Default

Re: [iText-questions] Extend nested table to bottom of contained cell

2010-06-09 Thread 1T3XT info
Marco Schindler wrote: > Ok, assuming there's no way to do this atm, would it be possible to > add support for specifying which boundary "extendLastRow" should use > (eg. page boundary, container/document boundary)? I didn't understand the original question. I don't understand the follow-up questi

Re: [iText-questions] Extend nested table to bottom of contained cell

2010-06-08 Thread Marco Schindler
Ok, assuming there's no way to do this atm, would it be possible to add support for specifying which boundary "extendLastRow" should use (eg. page boundary, container/document boundary)? On Tue, Jun 1, 2010 at 12:27 PM, Marco Schindler wrote: > Hello, > Im using iText(sharp) 5.0.2 and I'm looking

[iText-questions] Extend nested table to bottom of contained cell

2010-06-01 Thread Marco Schindler
Hello, Im using iText(sharp) 5.0.2 and I'm looking for a way to make a nested table, which is contained in a cell broken across two pages, extend to the bottom boundary of the container cell. When setting extendLastRow it will only extend to the bottom of the page, and the rest of the cell (on the