Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DBlockTag.php101 $lastbottommargin = $this->mpdf->lastblockbottommargin;
103 $this->mpdf->lastblockbottommargin = 0;
973 $this->mpdf->lastblockbottommargin = $this->mpdf->blk[$this->mpdf->blklvl]['margin_bottom'];
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/
DMpdf.php293 var $lastblockbottommargin; variable in Mpdf\\Mpdf