Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php56 $cellLineHeight = $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['cellLineHeight'];
132 $table['cellLineHeight'] = $cellLineHeight;
327 $table['cellLineHeight'] = $this->mpdf->fixLineheight($properties['LINE-HEIGHT']);
329 $table['cellLineHeight'] = $this->mpdf->blk[$this->mpdf->blklvl]['line_height'];
801 $this->mpdf->SetLineHeight('', $this->mpdf->table[1][1]['cellLineHeight']);
969 $this->mpdf->SetLineHeight('', $this->mpdf->table[1][1]['cellLineHeight']);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php554 var $cellLineHeight;
1517 $this->cellLineHeight = '';
11132 $CSSlineheight = $this->cellLineHeight;
11866 $this->cellLineHeight = Arrays::get($tablehf, 'cellLineHeight', null);
16431 $this->y+= $this->_computeLineheight($this->cellLineHeight);
16558 $this->SetLineHeight('', $this->table[1][1]['cellLineHeight']); // *TABLES*
18033 if ($this->tableLevel && isset($this->table[1][1]['cellLineHeight'])) {
18034 $this->SetLineHeight('', $this->table[1][1]['cellLineHeight']);
18051 $this->cellLineHeight
560 var $cellLineHeight; global() variable in Mpdf\\Mpdf
[all...]