Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php57 $cellLineStackingStrategy = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['cellLineStackingStrategy'];
133 $table['cellLineStackingStrategy'] = $cellLineStackingStrategy;
333 $table['cellLineStackingStrategy'] = strtolower($properties['LINE-STACKING-STRATEGY']);
335 $table['cellLineStackingStrategy'] = $this->mpdf->blk[$this->mpdf->blklvl]['line_stacking_strategy'];
337 $table['cellLineStackingStrategy'] = 'inline-line-height';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php555 var $cellLineStackingStrategy;
1518 $this->cellLineStackingStrategy = '';
11133 $line_stacking_strategy = $this->cellLineStackingStrategy; // inline-line-height [default] | block-line-height | max-height | grid-height
11867 $this->cellLineStackingStrategy = Arrays::get($tablehf, 'cellLineStackingStrategy', null);
18052 $this->cellLineStackingStrategy = '';
20409 $this->cellLineStackingStrategy = $c['cellLineStackingStrategy'];
22064 if (isset($cell['cellLineStackingStrategy'])) {
22065 $tablefooter[$i][$js]['cellLineStackingStrategy']
561 var $cellLineStackingStrategy; global() variable in Mpdf\\Mpdf
[all...]