Please reply to the mailing list, not to me personally.

shaila wrote:

Dynamic in the sense check box position should depend on the database values.
For example
in my pdf i m using 2 columns.

I assume you are talking about a PdfPTable with 2 columns.

In column1 i m not using any checkbox and in column2 i m using checkboxes.

OK.

column1 can contain 255 characters.

I assume you are saying that a cell in column 1 can contain up to 255 characters, because you are going to fill it with the contents of a database field with that size.

In my pdf in a single row column1 will hold 12 characters and for 13th character it will shift to next row.

How do you know that? Are you using a monospaced font?
Also you are mixing the concept of a table row, with the concept of lines.
I assume that you mean that if a field has 12 characters, the cell with the
data only has one line. If it has more, the cell has more lines, but you are
still in the same table row.

but for 1st row in column2 checkbox position will be right position.

I have no idea what this sentence means.

If column1 value jumps into 2nd row means checkbox will be in same position which destroys its alignment. so i want to move this checkbox along with the rows.

I can guess that you want to let the position of the checkbox
depend on the height of the cell. OK, then what is your problem?
Do you add the checkbox in a cell event? Then you can position
the checkbox anywhere you want in the cell...
I don't see the problem.
br,
Bruno


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to