Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DPageWriter.php47 if ($this->mpdf->DefOrientation === 'P') {
166 if ($this->mpdf->DefOrientation === 'P') {
/plugin/html2pdf/html2pdf/html2ps/fpdf/
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/
DFpdiTrait.php55 if ($orientation != $this->DefOrientation) {
DTableOfContents.php423 $toc_orientation = $this->mpdf->DefOrientation;
DMpdf.php752 var $DefOrientation; // default orientation variable in Mpdf\\Mpdf
1282 $this->DefOrientation = $orientation;
1719 …if (($this->forcePortraitHeaders || $this->forcePortraitMargins) && $this->DefOrientation == 'P' &…
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 …ortraitHeaders && $this->CurOrientation == 'L' && $this->CurOrientation != $this->DefOrientation) {
12487 …ortraitHeaders && $this->CurOrientation == 'L' && $this->CurOrientation != $this->DefOrientation) {
13275 $this->DefOrientation = $this->CurOrientation = $pborientation;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Dpdf.fpdf.php360 if ($handler->DefOrientation=='P') {
1046 var $DefOrientation; //default orientation variable in FPDF
1697 $this->DefOrientation='P';
2152 if ($this->DefOrientation=='P') {