Re: [iText-questions] Cell content alignment vs text alignment

2009-03-04 Thread Manuel Darveau
Hi! You are right, the inner table is useless. I have to quit this HTML mindset. I tried what you proposed and it worked perfectly. Thanks! Manuel On Wed, Mar 4, 2009 at 2:18 AM, 1T3XT info wrote: > Manuel Darveau wrote: > > However, I want the address paragraph to be centered in the cell > >

Re: [iText-questions] Cell content alignment vs text alignment

2009-03-03 Thread 1T3XT info
Manuel Darveau wrote: > However, I want the address paragraph to be centered in the cell If I understand correctly, you don't really want to center the addres lines (as you would do in HTML with ), but you want to align a block of lines. I don't really understand what you are doing with the nes

[iText-questions] Cell content alignment vs text alignment

2009-03-03 Thread Manuel Darveau
Hi, I am trying to generate a pdf that can be used to print address labels on a sticker sheet. The pdf is rather simple and, thanks to iText, I quickly managed to create a 2x7 table where cell contains an address. The address text (paragraph) has 3 lines and should be left justified. However, I w