ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Go to the source code of this file.
Namespaces | |
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 Spreadsheet_Excel_Reader\_parse(), TCPDF\adjustCellPadding(), TCPDF\Button(), TCPDF\Cell(), TCPDF\closeHTMLTagHandler(), 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.
Referenced by ilAssQuestionSkillAssignmentsGUI\buildLacLegendHTML(), ilObjFileAccessSettingsGUI\editDiskQuotaMailTemplate(), ilDataCollectionRecordViewViewdefinitionGUI\executeCommand(), ilPollBlockGUI\fillRow(), ilSessionStatisticsGUI\getChart(), ilLPObjectStatisticsDailyTableGUI\getGraph(), ilLPObjectStatisticsTypesTableGUI\getGraph(), ilLPObjectStatisticsTableGUI\getGraph(), ilLPObjectStatisticsLPTableGUI\getGraph(), SurveyMetricQuestionGUI\renderChart(), SurveyQuestionGUI\renderChart(), ilWikiStatGUI\renderGraph(), and HTMLPurifier_HTMLModule_Legacy\setup().
$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.
$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false) |
Definition at line 31 of file example_057.php.