ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 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(), PhpOffice\PhpSpreadsheet\Reader\Xml\Style\parseStyles(), TCPDF\Text(), and TCPDF\writeHTMLCell().
$legend |
Definition at line 131 of file example_057.php.
Referenced by ilAssQuestionSkillAssignmentsGUI\buildLacLegendHTML(), ilObjFileAccessSettingsGUI\editDiskQuotaMailTemplate(), ilDclDetailedViewDefinitionGUI\executeCommand(), ilPollBlockGUI\fillRow(), SurveyMatrixQuestionEvaluation\getChart(), SurveyQuestionEvaluation\getChart(), ilSessionStatisticsGUI\getChart(), ilLPObjectStatisticsTypesTableGUI\getGraph(), ilLPObjectStatisticsDailyTableGUI\getGraph(), ilLPObjectStatisticsTableGUI\getGraph(), ilLPObjectStatisticsLPTableGUI\getGraph(), PhpOffice\PhpSpreadsheet\Reader\Xlsx\Chart\readChart(), ilWikiStatGUI\renderGraph(), PhpOffice\PhpSpreadsheet\Chart\Renderer\JpGraph\renderLegend(), HTMLPurifier_HTMLModule_Legacy\setup(), and PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeLegend().
$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.