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
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
---