PDF_MC_Table
extends Fpdf
Table of Contents
Properties
-
$aligns
: mixed
-
$widths
: mixed
Methods
-
CheckPageBreak()
: mixed
-
NbLines()
: mixed
-
Row()
: mixed
-
SetAligns()
: mixed
-
SetWidths()
: mixed
$aligns
public
mixed
$aligns
$widths
public
mixed
$widths
CheckPageBreak()
public
CheckPageBreak(mixed $h) : mixed
Parameters
-
$h
: mixed
-
NbLines()
public
NbLines(mixed $w, mixed $txt) : mixed
Parameters
-
$w
: mixed
-
-
$txt
: mixed
-
Row()
public
Row(mixed $data) : mixed
Parameters
-
$data
: mixed
-
SetAligns()
public
SetAligns(mixed $a) : mixed
Parameters
-
$a
: mixed
-
SetWidths()
public
SetWidths(mixed $w) : mixed
Parameters
-
$w
: mixed
-