Bruno Laturner wrote: > Nonono, no implementation details, lets begin again. > > I want to set the fixed height of a cell. The problem is that I don't > know what is the value I should set. I'd like it to be the equivalent of > the height one line of text.
Set the fixed height of a cell with setFixedHeight(); The height of the line depends on the font and the glyphs that were used: http://1t3xt.be/?X0001c4 Usually the font size gives you a fair idea of the height in points. -- 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/
