Re: [iText-questions] Manipulation of a Cell's Height

2007-07-21 Thread Bruno Lowagie
Lars Nagel (Trium) wrote: > Hi all, > > Is it possible to set / manipulate the height of a Table's Cell? See "iText in Action" page 172-173 Use methods setFixedHeight() or setMinimumHeight() (depending on your exact requirement). > I have Cells containing one Phrase each, and some of the Phrases

[iText-questions] Manipulation of a Cell's Height

2007-07-20 Thread Lars Nagel (Trium)
Hi all, Is it possible to set / manipulate the height of a Table's Cell? I have Cells containing one Phrase each, and some of the Phrases (and complete rows) wrap only empty Strings. Now I want to avoid that Cells with empty Phrases collapse. Have you any idea? Thanks in advance, Lars ---