ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
example_057.php File Reference

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)))
 

Variable Documentation

◆ $border

◆ $legend

$legend
Initial value:
= 'LEGEND:
X: cell x top-left origin (top-right for RTL)
Y: cell y top-left origin (top-right for RTL)
CW: cell width
CH: cell height
LW: line width
NRL: normal line position
EXT: external line position
INT: internal line position
ML: margin left
MR: margin right
MT: margin top
MB: margin bottom
PL: padding left
PR: padding right
PT: padding top
PB: padding bottom
TW: text width
FA: font ascent
FB: font baseline
FD: font descent'

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

$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

$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false)

Definition at line 31 of file example_057.php.