Lines Matching +full:orientation +(+path:plugin +path:dw2pdf) -(+path:plugin +path:dw2pdf +path:lang)

407 	var $pageDim; // Keep track of page wxh for orientation changes - set in _beginpage, used in _putannots
752 var $DefOrientation; // default orientation
753 var $CurOrientation; // current orientation
754 var $OrientationChanges; // array indicating orientation changes
1047 $orientation
1281 $this->_setPageSize($format, $orientation);
1282 $this->DefOrientation = $orientation;
1608 'orientation' => 'P',
1632 function _setPageSize($format, &$orientation)
1643 $orientation = $m[2];
1644 } elseif (empty($orientation)) {
1645 $orientation = 'P';
1666 // Page orientation
1667 $orientation = strtolower($orientation);
1668 if ($orientation === 'p' || $orientation == 'portrait') {
1669 $orientation = 'P';
1672 } elseif ($orientation === 'l' || $orientation == 'landscape') {
1673 $orientation = 'L';
1677 throw new \Mpdf\MpdfException('Incorrect orientation: ' . $orientation);
1680 $this->CurOrientation = $orientation;
2794 $orientation = (isset($a['orientation']) ? $a['orientation'] : '');
2816 $this->AddPage($orientation, $condition, $resetpagenum, $pagenumstyle, $suppress, $mgl, $mgr, $mgt, $mgb, $mgh, $mgf, $ohname, $ehname, $ofname, $efname, $ohvalue, $ehvalue, $ofvalue, $efvalue, $pagesel, $newformat);
2904 $orientation = '',
2928 // Cannot do with columns on, or if any change in page orientation/margins etc.
3037 $orientation = substr(strtoupper($orientation), 0, 1);
3187 $this->_beginpage($orientation, $mgl, $mgr, $mgt, $mgb, $mgh, $mgf, $ohname, $ehname, $ofname, $efname, $ohvalue, $ehvalue, $ofvalue, $efvalue, $pagesel, $newformat);
10065 $orientation,
10091 $this->_setPageSize($newformat, $orientation);
10118 list($orientation, $mgl, $mgr, $mgt, $mgb, $mgh, $mgf, $hname, $fname, $bg, $resetpagenum, $pagenumstyle, $suppress, $marks, $newformat) = $this->SetPagedMediaCSS($psel, $first, $oddEven);
10193 // Page orientation
10194 if (!$orientation) {
10195 $orientation = $this->DefOrientation;
10197 $orientation = strtoupper(substr($orientation, 0, 1));
10198 if ($orientation != $this->DefOrientation) {
10203 if ($orientation != $this->CurOrientation || $newformat) {
10205 // Change orientation
10206 if ($orientation == 'P') {
10239 $this->CurOrientation = $orientation;
15129 $orientation = $mgl = $mgr = $mgt = $mgb = $mgh = $mgf = '';
15142 $p['ORIENTATION'] = 'L';
15144 $p['ORIENTATION'] = 'P';
15146 $this->_setPageSize($newformat, $p['ORIENTATION']);
15151 $p['ORIENTATION'] = 'L';
15153 $p['ORIENTATION'] = 'P';
15163 if (($p['ORIENTATION'] == $this->DefOrientation && !$newformat) || ($newformat && $p['ORIENTATION'] == 'P')) {
15177 $p['ORIENTATION'] = $this->DefOrientation;
15179 $p['ORIENTATION'] = 'L';
15181 $p['ORIENTATION'] = 'P';
15184 if (($p['ORIENTATION'] == $this->DefOrientation && !$newformat) || ($newformat && $p['ORIENTATION'] == 'P')) {
15262 if (isset($p['ORIENTATION']) && $p['ORIENTATION']) {
15263 $orientation = $p['ORIENTATION'];
15268 return [$orientation, $mgl, $mgr, $mgt, $mgb, $mgh, $mgf, $header, $footer, $bg, $resetpagenum, $pagenumstyle, $suppress, $marks, $newformat];
23399 $toc_orientation = (isset($a['toc_orientation']) ? $a['toc_orientation'] : (isset($a['toc-orientation']) ? $a['toc-orientation'] : ''));
23420 $orientation = (isset($a['orientation']) ? $a['orientation'] : '');
23441 $this->TOCpagebreak('', '', '', $TOCusePaging, $TOCuseLinking, $toc_orientation, $toc_mgl, $toc_mgr, $toc_mgt, $toc_mgb, $toc_mgh, $toc_mgf, $toc_ohname, $toc_ehname, $toc_ofname, $toc_efname, $toc_ohvalue, $toc_ehvalue, $toc_ofvalue, $toc_efvalue, $toc_preHTML, $toc_postHTML, $toc_bookmarkText, $resetpagenum, $pagenumstyle, $suppress, $orientation, $mgl, $mgr, $mgt, $mgb, $mgh, $mgf, $ohname, $ehname, $ofname, $efname, $ohvalue, $ehvalue, $ofvalue, $efvalue, $toc_id, $pagesel, $toc_pagesel, $sheetsize, $toc_sheetsize, $tocoutdent);
23444 function TOCpagebreak($tocfont = '', $tocfontsize = '', $tocindent = '', $TOCusePaging = true, $TOCuseLinking = '', $toc_orientation = '', $toc_mgl = '', $toc_mgr = '', $toc_mgt = '', $toc_mgb = '', $toc_mgh = '', $toc_mgf = '', $toc_ohname = '', $toc_ehname = '', $toc_ofname = '', $toc_efname = '', $toc_ohvalue = 0, $toc_ehvalue = 0, $toc_ofvalue = 0, $toc_efvalue = 0, $toc_preHTML = '', $toc_postHTML = '', $toc_bookmarkText = '', $resetpagenum = '', $pagenumstyle = '', $suppress = '', $orientation = '', $mgl = '', $mgr = '', $mgt = '', $mgb = '', $mgh = '', $mgf = '', $ohname = '', $ehname = '', $ofname = '', $efname = '', $ohvalue = 0, $ehvalue = 0, $ofvalue = 0, $efvalue = 0, $toc_id = 0, $pagesel = '', $toc_pagesel = '', $sheetsize = '', $toc_sheetsize = '', $tocoutdent = '')
23460 $this->AddPage($orientation, 'NEXT-ODD', $resetpagenum, $pagenumstyle, $suppress, $mgl, $mgr, $mgt, $mgb, $mgh, $mgf, $ohname, $ehname, $ofname, $efname, $ohvalue, $ehvalue, $ofvalue, $efvalue, $pagesel, $sheetsize);
23462 $this->tableOfContents->TOCpagebreak($tocfont, $tocfontsize, $tocindent, $TOCusePaging, $TOCuseLinking, $toc_orientation, $toc_mgl, $toc_mgr, $toc_mgt, $toc_mgb, $toc_mgh, $toc_mgf, $toc_ohname, $toc_ehname, $toc_ofname, $toc_efname, $toc_ohvalue, $toc_ehvalue, $toc_ofvalue, $toc_efvalue, $toc_preHTML, $toc_postHTML, $toc_bookmarkText, $resetpagenum, $pagenumstyle, $suppress, $orientation, $mgl, $mgr, $mgt, $mgb, $mgh, $mgf, $ohname, $ehname, $ofname, $efname, $ohvalue, $ehvalue, $ofvalue, $efvalue, $toc_id, $pagesel, $toc_pagesel, $sheetsize, $toc_sheetsize, $tocoutdent);