Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTable.php58 …$cellLineStackingShift = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['cellLineStackingSh…
134 $table['cellLineStackingShift'] = $cellLineStackingShift;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php556 var $cellLineStackingShift; variable in Mpdf\\Mpdf
1519 $this->cellLineStackingShift = '';
11134 …$line_stacking_shift = $this->cellLineStackingShift; // consider-shifts [default] | disregard-shi…
11868 $this->cellLineStackingShift = Arrays::get($tablehf, 'cellLineStackingShift', null);
18053 $this->cellLineStackingShift = '';
20410 $this->cellLineStackingShift = $c['cellLineStackingShift'];
22837 $this->cellLineStackingShift = $cell['cellLineStackingShift'];