|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Namespaces | |
| namespace | com\tecnick\tcpdf |
| Configuration file for TCPDF. | |
Variables | |
| $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) | |
| $linestyle = array('width' => 0.1, 'cap' => 'butt', 'join' => 'miter', 'dash' => '', 'phase' => 0, 'color' => array(255, 0, 0)) | |
| $legend | |
| $border = array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(255, 0, 0))) | |
| $border = array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(255, 0, 0))) |
Definition at line 236 of file example_057.php.
Referenced by TCPDF\adjustCellPadding(), TCPDF\Button(), TCPDF\Cell(), TCPDF\drawHTMLTagBorder(), TCPDF_STATIC\getBorderMode(), TCPDF\getCellBorder(), TCPDF\getCellCode(), TCPDF\getCSSBorderStyle(), TCPDF\getNumLines(), TCPDF\getStringHeight(), TCPDF\Image(), TCPDF\ImageEps(), TCPDF\ImageSVG(), ilPCTableGUI\initPropertiesForm(), TCPDF\MultiCell(), TCPDF\openHTMLTagHandler(), TCPDF\Text(), and TCPDF\writeHTMLCell().
| $legend |
Definition at line 131 of file example_057.php.
| $linestyle = array('width' => 0.1, 'cap' => 'butt', 'join' => 'miter', 'dash' => '', 'phase' => 0, 'color' => array(255, 0, 0)) |
Definition at line 121 of file example_057.php.
Referenced by GeSHi\get_stylesheet().
| $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) |
Definition at line 31 of file example_057.php.