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
>
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