You'll probably need PdfPCell.setFixedHeight(). ----- Original Message ----- From: "Weseloh, Markus" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, February 07, 2005 5:38 PM Subject: [iText-questions] Rowspan problem
> Hello, > > I have a problem with the PdfPTable class. I have to generate a pdf with the > following table structure (this is a simplified example): > > *-----------------------* > * 1-1 | 1-2 | 1-3 * > * | |------* > * | | 2-3 * > *--------- -------* > * 3-1 | | 3-3 * > *-----------------------* > > Currently I'm only able to generate a table where cell 1-1 has the same > height as cell 1-3 and cell 3-1 spans cells 2-3 and 3-3. Since every cell in > this example might contain line breaks inserting a line break in cell 1-1 is > not possible. > > Best regards, > Markus Weseloh > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
