Home
last modified time | relevance | path

Searched refs:top_margin (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Report/
H A DHtmlRenderer.php184 …echo '<script>document.getElementById("headerdiv").style.height="', $this->top_margin - $this->hea…
513 return $this->page_height - $this->top_margin;
H A DAbstractRenderer.php55 public float $top_margin = 26.8 * self::MM_TO_POINTS; variable in Fisharebest\\Webtrees\\Report\\AbstractRenderer
H A DPdfRenderer.php367 $this->tcpdf->setMargins($this->left_margin, $this->top_margin, $this->right_margin);
H A DReportParserGenerate.php420 $this->wt_report->top_margin = 0;
422 $this->wt_report->top_margin = (float) $attrs['topmargin'];