I have a table that needs to span the whole page (leaving only a small
margin).

Using Table, I don't seem to be able to convince the table to go into the
margin.

I create my document
Document document = new Document(PageSize.LETTER.rotate(), 10, 10, 10, 10);

But the table, at best, has a 1 inch margin (other text has the correct
margin).

Using PdfPTable and  setWidthPercentage(100) I get the desired effect, but
PdfPCell doesn't have rowspan, which I need.  Is there anyway to set the
Width of the Table object, similar to PdfPTable, or simulate a rowspan in
PdfPTable/PdfPCell.  That or any other suggestions would be appreciated.

Thx,
Alex


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to