nguyet minh wrote:
> Hi,
> 
> I have to create a table with no lines among cells, just the border 
> around the table. I set the border of these cells as 0 before adding 
> them to table. Problem happens when there are many rows in table and it 
> is splitted into 2 pages. It doesn't have the bottom border of the sub 
> part table at the end of the first page, and also doesn't have the top 
> border of the sub part table at the beginning of the second page
> I also attach a small piece of the pdf I've got, for clearer.
> Please help me with this, I'm stuck here

If you're using class com.lowagie.text.Table, you will remain
stuck, because that's what happens by design.
If you're using class com.lowagie.text.pdf.PdfPTable, you can
solve this with table events.
br,
Bruno

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to