Home
last modified time | relevance | path

Searched refs:cellLineStackingShift (Results 1 – 2 of 2) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php58 $cellLineStackingShift = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['cellLineStackingShift'];
134 $table['cellLineStackingShift'] = $cellLineStackingShift;
341 $table['cellLineStackingShift'] = strtolower($properties['LINE-STACKING-SHIFT']);
343 $table['cellLineStackingShift'] = $this->mpdf->blk[$this->mpdf->blklvl]['line_stacking_shift'];
345 $table['cellLineStackingShift'] = 'consider-shifts';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php556 var $cellLineStackingShift;
1519 $this->cellLineStackingShift = '';
11134 $line_stacking_shift = $this->cellLineStackingShift; // consider-shifts [default] | disregard-shifts
11868 $this->cellLineStackingShift = Arrays::get($tablehf, 'cellLineStackingShift', null);
18053 $this->cellLineStackingShift = '';
20410 $this->cellLineStackingShift = $c['cellLineStackingShift'];
22067 if (isset($cell['cellLineStackingShift'])) {
22068 $tablefooter[$i][$js]['cellLineStackingShift']
562 var $cellLineStackingShift; global() variable in Mpdf\\Mpdf
[all...]