Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php416 if (isset($properties['PAGE-BREAK-INSIDE']) && strtoupper($properties['PAGE-BREAK-INSIDE']) === 'AVOID' && $this->mpdf->tableLevel == 1 && !$this->mpdf->writingHTMLfooter) {
916 } elseif ($this->mpdf->table_keep_together || ($this->mpdf->table[1][1]['nr'] == 1 && !$this->mpdf->writingHTMLfooter)) {
1070 } elseif ($this->mpdf->table_keep_together || ($this->mpdf->table[1][1]['nr'] == 1 && !$this->mpdf->writingHTMLfooter)) {
1118 && !$this->mpdf->table_keep_together && !$this->mpdf->writingHTMLheader && !$this->mpdf->writingHTMLfooter) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php914 } elseif ($this->mpdf->writingHTMLheader || $this->mpdf->writingHTMLfooter) {
994 } elseif ($this->mpdf->writingHTMLheader || $this->mpdf->writingHTMLfooter) {
1196 } elseif ($this->mpdf->writingHTMLheader || $this->mpdf->writingHTMLfooter) {
H A DMpdf.php352 var $writingHTMLfooter;
1150 $this->writingHTMLfooter = false;
2425 if ($this->writingHTMLfooter || $this->writingHTMLheader) { // Write each (tiles) image rather than use as a pattern
2615 if (($this->writingHTMLfooter || $this->writingHTMLheader) && (!isset($pb['clippath']) || $pb['clippath'] == '')) {
2625 if ($this->writingHTMLfooter || $this->writingHTMLheader) { // Write each (tiles) image rather than use as a pattern
4337 if ($this->writingHTMLheader || $this->writingHTMLfooter) {
9422 if (!$this->keep_block_together && !$this->writingHTMLheader && !$this->writingHTMLfooter) {
9793 $this->writingHTMLfooter = true;
9805 $this->writingHTMLfooter = false; // mPDF 5.7.3 (moved after PrintPageBackgrounds so can adjust position of images in footer)
9924 if ($this->writingHTMLheader || $this->writingHTMLfooter) {
359 var $writingHTMLfooter; global() variable in Mpdf\\Mpdf
[all...]