I am having a real problem creating a table without borders.  I have
tried several different approaches with the latest shown below.  Could
someone please tell me what I'm doing wrong?

Thanks, 
Fred

Table myTable = null;
myTable = new Table(17);
myTable.setSpacing(0);
myTable.setPadding(0);
myTable.setBorder(Rectangle.NO_BORDER);
myTable.setDefaultCellBorder(Rectangle.NO_BORDER);


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

Reply via email to