Hello,
i am facing the problem that if i set the row heigth
in my PdfPTable to a "small" value, my text
doesn't show up, only if i increase the height a bit.
but i'd like to see it even cropped or outlying.
is it possible to disable this text-hiding feature?
I report a small program reproducing
Quoting Atish <[EMAIL PROTECTED]>:
> Hi,
> You can use setVerticalPadding and make it vertical aligned with the top of
> the row.
I'd also use setUseAscender(true) and setUseDescender(true);
-
This SF.net email is sponsored
Hi,
You can use setVerticalPadding and make it vertical aligned with the top of
the row.
Thank you.
On Fri, Apr 25, 2008 at 7:01 PM, Jantek Balázs <[EMAIL PROTECTED]>
wrote:
> hello,
>
> i am facing the problem that if i set the row heigth
> in my PdfPTable to the desired fixed size, my text
> d
hello,
i am facing the problem that if i set the row heigth
in my PdfPTable to the desired fixed size, my text
doesn't show up, only if i increase the height a bit.
but i'd like to see it even cropped or outlying.
is it possible to disable this text-hiding feature?
and i have also an ot