Home
last modified time | relevance | path

Searched refs:DefOrientation (Results 1 – 6 of 6) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DPageWriter.php47 if ($this->mpdf->DefOrientation === 'P') {
166 if ($this->mpdf->DefOrientation === 'P') {
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php264 if ($handler->DefOrientation=='P') {
950 var $DefOrientation; //default orientation variable in FPDF
1609 $this->DefOrientation='P';
1613 $this->DefOrientation='L';
1620 $this->CurOrientation=$this->DefOrientation;
2607 if ($this->DefOrientation=='P') {
2996 $orientation=$this->DefOrientation;
2999 if($orientation!=$this->DefOrientation) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php55 if ($orientation != $this->DefOrientation) {
H A DTableOfContents.php423 $toc_orientation = $this->mpdf->DefOrientation;
H A DMpdf.php752 var $DefOrientation; // default orientation
1282 $this->DefOrientation = $orientation;
1719 if (($this->forcePortraitHeaders || $this->forcePortraitMargins) && $this->DefOrientation == 'P' && $this->CurOrientation == 'L') {
10195 $orientation = $this->DefOrientation;
10198 if ($orientation != $this->DefOrientation) {
10211 if (($this->forcePortraitHeaders || $this->forcePortraitMargins) && $this->DefOrientation == 'P') {
10227 if (($this->forcePortraitHeaders || $this->forcePortraitMargins) && $this->DefOrientation == 'P') {
12454 if ($this->forcePortraitHeaders && $this->CurOrientation == 'L' && $this->CurOrientation != $this->DefOrientation) {
12487 if ($this->forcePortraitHeaders && $this->CurOrientation == 'L' && $this->CurOrientation != $this->DefOrientation) {
13275 $this->DefOrientation
751 var $DefOrientation; // default orientation global() variable in Mpdf\\Mpdf
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php360 if ($handler->DefOrientation=='P') {
1046 var $DefOrientation; //default orientation variable in FPDF
1697 $this->DefOrientation='P';
2152 if ($this->DefOrientation=='P') {