Home
last modified time | relevance | path

Searched refs:CurOrientation (Results 1 – 8 of 8) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php769 $this->mpdf->AddPage($this->mpdf->CurOrientation);
874 $this->mpdf->AddPage($this->mpdf->CurOrientation);
884 $this->mpdf->AddPage($this->mpdf->CurOrientation);
905 $this->mpdf->AddPage($this->mpdf->CurOrientation);
925 $this->mpdf->AddPage($this->mpdf->CurOrientation);
940 $this->mpdf->AddPage($this->mpdf->CurOrientation);
942 $this->mpdf->AddPage($this->mpdf->CurOrientation);
1062 $this->mpdf->AddPage($this->mpdf->CurOrientation);
1080 $this->mpdf->AddPage($this->mpdf->CurOrientation);
1097 $this->mpdf->AddPage($this->mpdf->CurOrientation);
[all...]
H A DFormFeed.php90 $orient = $this->mpdf->CurOrientation;
119 $orient != $this->mpdf->CurOrientation || $newformat || $pagesel) {
H A DBlockTag.php269 $this->mpdf->CurOrientation,
292 $this->mpdf->CurOrientation,
314 $this->mpdf->AddPage($this->mpdf->CurOrientation, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, $pagesel);
316 $this->mpdf->AddPage($this->mpdf->CurOrientation, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, $pagesel);
321 $this->mpdf->AddPage($this->mpdf->CurOrientation, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, $pagesel);
414 $this->mpdf->AddPage($this->mpdf->CurOrientation);
1321 $this->mpdf->AddPage($this->mpdf->CurOrientation, 'NEXT-ODD');
1323 $this->mpdf->AddPage($this->mpdf->CurOrientation, 'NEXT-EVEN');
1325 $this->mpdf->AddPage($this->mpdf->CurOrientation);
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php64 if ($orientation != $this->CurOrientation
79 $this->CurOrientation = $orientation;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php64 $this->CurOrientation = $orientation;
H A DTableOfContents.php275 $this->mpdf->AddPage($this->mpdf->CurOrientation, '', $resetpagenum, $pagenumstyle, $suppress);
339 $this->mpdf->AddPage($this->mpdf->CurOrientation);
H A DMpdf.php753 var $CurOrientation; // current orientation
1680 $this->CurOrientation = $orientation;
1719 if (($this->forcePortraitHeaders || $this->forcePortraitMargins) && $this->DefOrientation == 'P' && $this->CurOrientation == 'L') {
1990 $this->AddPage($this->CurOrientation);
3060 $this->AddPage($this->CurOrientation, 'O');
3078 $this->AddPage($this->CurOrientation, 'E');
4773 $this->AddPage($this->CurOrientation);
6640 $this->AddPage($this->CurOrientation);
8446 $this->AddPage($this->CurOrientation);
9012 $this->AddPage($this->CurOrientation);
752 var $CurOrientation; // current orientation global() variable in Mpdf\\Mpdf
[all...]
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php951 var $CurOrientation; //current orientation variable in FPDF
1620 $this->CurOrientation=$this->DefOrientation;
2145 $this->AddPage($this->CurOrientation);
3004 if($orientation!=$this->CurOrientation) {
3020 $this->CurOrientation=$orientation;