Bruno Laturner wrote: > ColumnText requires setting the rectangle bounds first, which from a > PdfPCell I only have the bounds(thus height) after writing something in > it.
You asked me how it's done? That's how it's done. Internally, a ColumnText object is created with a fixed width and a very large height. The content is added and the ColumnText object is then asked how much space it needed vertically. > I'm really trying to have an Excel-like cell text wrapping because I'm > using PdfPTables and PdfPCells to format tabular information. Why not work with colspan? If the next row is empty, augment the colspan. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
