Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
H A Dmpdf.php63 $this->use_kwt = true; // avoids page-breaking in H1-H6 if a table follows directly
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A 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 pagebreak occurs after first line
468 Edited so that $use_kwt only works if the HEADING is only one line. Else ignores (but prints correctly)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php777 if ($this->mpdf->use_kwt && isset($attr['KEEP-WITH-TABLE']) && !$this->mpdf->ColActive && !$this->mpdf->keep_block_together) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php430 var $use_kwt;
436 var $use_kwt; global() variable in Mpdf\\Mpdf