2.6 starttable

The starttable subroutine starts a table.

Parameters:

$xestiascan_presmodule->starttable(cssstyle, options);


Usage:

$xestiascan_presmodule->starttable("tablestyle");
$xestiascan_presmodule->starttable("tablestyle", { CellSpacing => 1, CellPadding => 1});


cssstyle
Specifies the cascading style sheet (CSS) style to use.

options
Specifies the following options as a hash in any order.

Setting Description
CellSpacing Specifies the cell spacing to use.
CellPadding Specifies the cell padding to use.