----- Original Message ----- From: "Peter Hild" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, November 19, 2007 5:42 PM Subject: Re: [iText-questions] How to split a large table (too many columns and too many rows) onto many pages
> > Thanks Paulo, > > I think, I got it now. Below comes a modified version of your sample class > that prints column headers and row headers and splits the overall table in > subtables on several pages. > I got two questions left: > - How can I get the hight of a cell? PdfPTable.getRowHeight() but set first total width. > - Is there a more simple way to cope with the "column-"headerrow with > writeSelectedRows()? I tried table.setHeaderRows(1); but this didn't write > the header automatically. Special things require more work. Paulo ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
