Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTable.php57 …$cellLineStackingStrategy = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['cellLineStackin…
133 $table['cellLineStackingStrategy'] = $cellLineStackingStrategy;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php555 var $cellLineStackingStrategy; variable in Mpdf\\Mpdf
1518 $this->cellLineStackingStrategy = '';
11133 …$line_stacking_strategy = $this->cellLineStackingStrategy; // inline-line-height [default] | block…
11867 $this->cellLineStackingStrategy = Arrays::get($tablehf, 'cellLineStackingStrategy', null);
18052 $this->cellLineStackingStrategy = '';
20409 $this->cellLineStackingStrategy = $c['cellLineStackingStrategy'];
22836 $this->cellLineStackingStrategy = $cell['cellLineStackingStrategy'];