|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Data Structures | |
| class | MYPDF |
Namespaces | |
| namespace | com\tecnick\tcpdf |
| Configuration file for TCPDF. | |
Variables | |
| $pdf = new MYPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) | |
| $header = array('Country', 'Capital', 'Area (sq km)', 'Pop. (thousands)') | |
| $data = $pdf->LoadData('data/table_data_demo.txt') | |
Definition at line 126 of file example_011.php.
Referenced by MYPDF\ColoredTable(), and MYPDF\LoadData().
| $header = array('Country', 'Capital', 'Area (sq km)', 'Pop. (thousands)') |
Definition at line 123 of file example_011.php.
Referenced by MYPDF\ColoredTable().
| $pdf = new MYPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) |
Definition at line 78 of file example_011.php.