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 diss

[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

[iText-questions] Creating a chunk with TextField

2008-03-24 Thread Ekta Agarwal
Is there a way to add a textField to a chunk? From what I understood, I can add the textField to a PdfPTable, but I was wondering if I could create a chunk that has some text and then a textField? I would appreciate any information on this. If someone to point me to the right resource, that would

[iText-questions] PdfPTable, Fixed height of Cell

2008-03-13 Thread Ekta Agarwal
Hello: I am trying to construct a table which has two columns and one row. The cells in in each column of the same row are required to have a different height. Is this possible? When I set fixed height of the cell, the entire row has the same height. Is there a workaround that I could use? Maybe c