Home
last modified time | relevance | path

Searched refs:tMargin (Results 1 – 9 of 9) sorted by relevance

/plugin/dw2pdf/vendor/setasign/fpdi/src/
DFpdfTplTrait.php233 'tMargin' => $this->tMargin,
256 $this->SetXY($this->lMargin, $this->tMargin);
278 $this->tMargin = $state['tMargin'];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTable.php139 …hed && !count($this->mpdf->textbuffer) && $this->mpdf->y != $this->mpdf->tMargin && $this->mpdf->c…
768 if ($this->mpdf->y != $this->mpdf->tMargin) {
904 if ($this->mpdf->y != $this->mpdf->tMargin) {
924 if ($this->mpdf->y != $this->mpdf->tMargin) {
937 if ($this->mpdf->y != $this->mpdf->tMargin) {
1079 if (!$added_page && $this->mpdf->y != $this->mpdf->tMargin) {
DBlockTag.php99 && $this->mpdf->y != $this->mpdf->tMargin
407 $this->mpdf->h - $this->mpdf->tMargin - $this->mpdf->bMargin,
412 && $this->mpdf->y > $this->mpdf->tMargin + 5
413 …&& $currblk['css_set_height'] < ($this->mpdf->h - ($this->mpdf->tMargin + $this->mpdf->bMargin))) {
DInput.php276 $maxHeight = $this->mpdf->h - ($this->mpdf->tMargin + $this->mpdf->bMargin + 10);
DMeter.php264 $maxHeight = $this->mpdf->h - ($this->mpdf->tMargin + $this->mpdf->bMargin + 1);
DImg.php367 $maxHeight = $this->mpdf->h - ($this->mpdf->tMargin + $this->mpdf->bMargin + 1);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php767 var $tMargin; // top margin variable in Mpdf\\Mpdf
1713 $this->tMargin = $top;
1721 $this->tMargin = $this->orig_rMargin;
1724 $this->tMargin = $this->orig_lMargin;
1757 $this->tMargin = $margin;
2980 $this->y = $this->tMargin;
8909 $maxh = $this->h - ($this->tMargin + $this->bMargin);
8950 $y = ($this->tMargin + ($this->h - ($this->tMargin + $this->bMargin)) / 2) - ($h / 2);
8992 …if ($h > $this->h - ($this->tMargin + $this->bMargin + 1)) { // see below - +10 to avoid drawing …
8993 $h = $this->h - ($this->tMargin + $this->bMargin + 1);
[all …]
DTableOfContents.php876 …if ($this->mpdf->y == $this->mpdf->tMargin && (!$this->mpdf->mirrorMargins || ($this->mpdf->mirror…
/plugin/html2pdf/html2pdf/html2ps/fpdf/
Dfpdf.php959 var $tMargin; //top margin variable in FPDF
1647 $this->tMargin=$top;
1664 $this->tMargin=$margin;
2991 $this->y=$this->tMargin;