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
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
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
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