Re: [iText-questions] Cell Border while using textField in a cellEvent

2008-03-26 Thread 1T3XT info
Ekta Agarwal wrote: Thanks for the pointer. Here is a simpler java code for my problem. Your code doesn't compile because you aren't providing the class FieldCell. So I commented out the cell event stuff and compiled the example without the TextField (see attachment). I didn't like what I saw b

Re: [iText-questions] Cell Border while using textField in a cellEvent

2008-03-25 Thread Ekta Agarwal
Thanks for the pointer. Here is a simpler java code for my problem. Thanks in advance. -Ekta- On Tue, Mar 25, 2008 at 12:22 PM, Ekta Agarwal <[EMAIL PROTECTED]> wrote: > I am using the setCellEvent to add a text field to a cell. But after this, > the borders on my table dissappear. I am confused

Re: [iText-questions] Cell Border while using textField in a cellEvent

2008-03-25 Thread Alexis Pigeon
Hi Ekta, On 25/03/2008, Ekta Agarwal <[EMAIL PROTECTED]> wrote: > I am using the setCellEvent to add a text field to a cell. But after this, > the borders on my table dissappear. I am confused as to why would this > happen? I even explicity set the BorderColor and Width of the cell, but this > doe

[iText-questions] Cell Border while using textField in a cellEvent

2008-03-25 Thread Ekta Agarwal
I am using the setCellEvent to add a text field to a cell. But after this, the borders on my table dissappear. I am confused as to why would this happen? I even explicity set the BorderColor and Width of the cell, but this does not help. Attached is a snippet of the code, I would greatly appreciat

Re: [iText-questions] Cell border

2007-01-12 Thread Paulo Soares
n > Behalf Of Eric Summkeller > Sent: Friday, January 12, 2007 11:22 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Cell border > > I've got the following problem: > I've got a Chunk object with a background and if I add this > chunk into a

[iText-questions] Cell border

2007-01-12 Thread Eric Summkeller
I've got the following problem: I've got a Chunk object with a background and if I add this chunk into a PdfPCell, the background of the Chunk covered the border of the cell. I used the method "setUseBorderPadding(true)" but no reaction. Any ideas welcome! Code: Chunk chunk2 = new Chunk("Test2"

Re: [iText-questions] cell border

2005-11-01 Thread Paulo Soares
You can use a PdfPCellEvent to cutonize your borders. - Original Message - From: "Daniel Łaś" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 01, 2005 9:34 AM Subject: [iText-questions] cell border Hi I need to create PdfPCell with bottom border bigger than ot

[iText-questions] cell border

2005-11-01 Thread Daniel Łaś
Hi I need to create PdfPCell with bottom border bigger than others. When I set borderbottom for this cell, the bottom border is inside the cell and previously set border is ignored. How can I avoid this ? Regards -- Daniel Łaś <[EMAIL PROTECTED]> e-direct Polska sp. z o.o. ul. 1-go Maja 9 45-

Re: [iText-questions] Cell border

2002-11-20 Thread Bruno
Quoting SATHISH Sreedharan <[EMAIL PROTECTED]>: > Hi, > I have a doubt.I know using iText it is possible to set the border > width.But > what I want is to increase the border width of the cells in the bottom only > leaving the left ,right and top lines as is.I know its a tough ask.Bu i > just > wa

[iText-questions] Cell border

2002-11-20 Thread SATHISH Sreedharan
Hi, I have a doubt.I know using iText it is possible to set the border width.But what I want is to increase the border width of the cells in the bottom only leaving the left ,right and top lines as is.I know its a tough ask.Bu i just wanted to clarify is there any way to do it and has any one done