Re: [iText-questions] Adding borders to MultiColumnText

2007-07-06 Thread Bruno Lowagie (iText)
iTEXT USER wrote: > it just adds a line between columns. > But the requirement here is to add border for all the > columns. I don't see the problem. Adapting the example to draw a rectangle instead of a line shouldn't be that hard. > I added the borders to PdfPtables , as a workaround, only on

Re: [iText-questions] Adding borders to MultiColumnText

2007-07-06 Thread iTEXT USER
Hi Mister Bean, Thanks for the reply.I had refered the example, it just adds a line between columns. But the requirement here is to add border for all the columns. I added the borders to PdfPtables , as a workaround, only on the sides of the table. But I have a new problem now. Even

Re: [iText-questions] Adding borders to MultiColumnText

2007-07-05 Thread mister bean
If you're looking for a specific method/API, there isn't one that I know of in MCT (I've just been looking at the code). You will have to draw the lines manually (that is, using lower level methods). Bruno has an example that points you in the right direction on p. 208 of the book. ---Mister B