Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php478 if (strpos($w, '%') && $this->mpdf->tableLevel > 1 && !$this->mpdf->ignore_table_percents && $this->mpdf->keep_table_proportions) {
485 if (!$this->mpdf->keep_table_proportions) {
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md317 minimum cell width(s) as long as $keep_table_proportions = true
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php145 var $keep_table_proportions;
19895 if (($miwnon > $checkminwidth || $maxcalcmiw > $checkminwidth) && $this->keep_table_proportions) {
19983 } elseif ($table['w'] >= $checkminwidth && $table['w'] > $mxw && $this->keep_table_proportions) {
19985 } elseif ($table['w'] < $checkminwidth && $checkminwidth < $mxw && $this->keep_table_proportions) {
20101 if (!isset($widthcols[$i]['w']) || ($widthcols[$i]['w'] && $table['w'] > $temppgwidth && !$this->keep_table_proportions && !$notfullwidth )) {
20117 if ($table['w'] < $temppgwidth || $this->keep_table_proportions) {
20234 if (isset($widthcols[$i]['wpercent']) && $this->keep_table_proportions) {
154 var $keep_table_proportions; global() variable in Mpdf\\Mpdf