Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php233 'tMargin' => $this->tMargin,
256 $this->SetXY($this->lMargin, $this->tMargin);
278 $this->tMargin = $state['tMargin'];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php139 if ($this->mpdf->blockjustfinished && !count($this->mpdf->textbuffer) && $this->mpdf->y != $this->mpdf->tMargin && $this->mpdf->collapseBlockMargins && $this->mpdf->tableLevel == 1) {
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) {
H A 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))) {
H A DInput.php276 $maxHeight = $this->mpdf->h - ($this->mpdf->tMargin + $this->mpdf->bMargin + 10);
H A DMeter.php264 $maxHeight = $this->mpdf->h - ($this->mpdf->tMargin + $this->mpdf->bMargin + 1);
H A DImg.php367 $maxHeight = $this->mpdf->h - ($this->mpdf->tMargin + $this->mpdf->bMargin + 1);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php767 var $tMargin; // top margin
1713 $this->tMargin = $top;
1721 $this->tMargin = $this->orig_rMargin;
1724 $this->tMargin = $this->orig_lMargin;
1757 $this->tMargin = $margin;
2874 $this->blk[$b]['y0'] = $this->y; // ?? $this->tMargin
2980 $this->y = $this->tMargin;
8909 $maxh = $this->h - ($this->tMargin + $this->bMargin);
8950 $y = ($this->tMargin + ($this->h - ($this->tMargin
766 var $tMargin; // top margin global() variable in Mpdf\\Mpdf
[all...]
H A DTableOfContents.php876 if ($this->mpdf->y == $this->mpdf->tMargin && (!$this->mpdf->mirrorMargins || ($this->mpdf->mirrorMargins && $this->mpdf->page % 2 == 1))) {
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php959 var $tMargin; //top margin variable in FPDF
1647 $this->tMargin=$top;
1664 $this->tMargin=$margin;
2991 $this->y=$this->tMargin;