Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php741 $this->mpdf->cellPaddingL = 0;
1196 $this->mpdf->cellPaddingL = 0;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php646 var $cellPaddingL;
7838 $maximumW = ($maxWidth / Mpdf::SCALE) - ($this->cellPaddingL + $this->cMarginL + $this->cellPaddingR + $this->cMarginR); // *TABLES*
652 var $cellPaddingL; global() variable in Mpdf\\Mpdf