[iText-questions] How to make text appear even in small rows

2011-11-29 Thread Michele Croci
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

Re: [iText-questions] how to make text appear even in small rows

2008-04-25 Thread info
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

Re: [iText-questions] how to make text appear even in small rows

2008-04-25 Thread Atish
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

[iText-questions] how to make text appear even in small rows

2008-04-25 Thread Jantek Balázs
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