Re: [iText-questions] Printing A Table With No Borders

2004-06-02 Thread Bruno
Quoting Murph <[EMAIL PROTECTED]>: > 1.) Is it possible to create a table without any visible borders? You have set the Table border to NO_BORDER, but you have to do the same for each Cell (or for the default Cell). > 2.) I would like to use the default, fixed-width font Courier. When I use it >

[iText-questions] Printing A Table With No Borders

2004-06-01 Thread Murph
Hi all, I am trying to construct a table without any borders, the following Code: Table t = new Table(1); t.setBorder(Table.NO_BORDER); t.setBorderWidth(0); t.setSpacing(0); t.setPadding(0); t.setSpaceBetweenCells(0); t.setSpaceInsid