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/
DTable.php478 …df->tableLevel > 1 && !$this->mpdf->ignore_table_percents && $this->mpdf->keep_table_proportions) {
485 if (!$this->mpdf->keep_table_proportions) {
/plugin/dw2pdf/vendor/mpdf/mpdf/
DCHANGELOG.md317 minimum cell width(s) as long as $keep_table_proportions = true
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php145 var $keep_table_proportions; variable in Mpdf\\Mpdf
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 …|| ($widthcols[$i]['w'] && $table['w'] > $temppgwidth && !$this->keep_table_proportions && !$notfu…
20117 if ($table['w'] < $temppgwidth || $this->keep_table_proportions) {
20234 if (isset($widthcols[$i]['wpercent']) && $this->keep_table_proportions) {