Home
last modified time | relevance | path

Searched refs:use_kwt (Results 1 – 4 of 4) sorted by relevance

/plugin/siteexport/inc/
Dmpdf.php63 $this->use_kwt = true; // avoids page-breaking in H1-H6 if a table follows directly
/plugin/dw2pdf/vendor/mpdf/mpdf/
DCHANGELOG.md385 NB When using Columns or Keep-with-table (use_kwt), cannot use transform
466 Using $use_kwt ("keep-[heading]-with-table") if `<h4></h4>` before table is on 2 lines and pagebrea…
468 Edited so that $use_kwt only works if the HEADING is only one line. Else ignores (but prints correc…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DBlockTag.php777 …if ($this->mpdf->use_kwt && isset($attr['KEEP-WITH-TABLE']) && !$this->mpdf->ColActive && !$this->…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php430 var $use_kwt; variable in Mpdf\\Mpdf