Home
last modified time | relevance | path

Searched refs:lastblockbottommargin (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php101 $lastbottommargin = $this->mpdf->lastblockbottommargin;
103 $this->mpdf->lastblockbottommargin = 0;
973 $this->mpdf->lastblockbottommargin = $this->mpdf->blk[$this->mpdf->blklvl]['margin_bottom'];
H A DTable.php140 $lastbottommargin = $this->mpdf->lastblockbottommargin;
142 $this->mpdf->lastblockbottommargin = 0;
1156 $this->mpdf->lastblockbottommargin = $this->mpdf->table[1][1]['margin']['B'];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php293 var $lastblockbottommargin;
300 var $lastblockbottommargin; global() variable in Mpdf\\Mpdf