[iText-questions] rowspan in PdfPCell

2006-10-30 Thread sunshine gerodias
i am trying to set the rowspan with the cells inside my table i can set the colspan by doing this cell.setColspan(2); but i cannot do the same thing with rowspan as in cell.setRolspan(2); it outputs an error on compilation i have tried searching the net but nothing seems to point to an answer.

Re: [iText-questions] getSpace and margins

2006-07-11 Thread sunshine gerodias
low the .25 inch left and right margin.Thank you very much.Bruno Lowagie <[EMAIL PROTECTED]> wrote: sunshine gerodias wrote:> Thank you for the quick replyI hesitated if I would reply because it are newbie questionsthat are all explained in the tutorial.> >Wouldn't you

[iText-questions] getSpace and margins

2006-07-11 Thread sunshine gerodias
Hello.I have two questions regarding iText and I can't seem to find a solution anywhere.I have two variables, var1 and var2. The spacing of var2 should depend on var1. How do I get var1's number of characters? I used getSpace but it doesn't seem to work. It outputs an error during comp