Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DHtmlRenderer.php171 …headermargin" style="position: relative; top: auto; height: ', $this->header_margin, 'pt; width: '…
184 …tElementById("headerdiv").style.height="', $this->top_margin - $this->header_margin - 6, 'pt";</sc…
H A DAbstractRenderer.php59 public float $header_margin = 4.9 * self::MM_TO_POINTS; variable in Fisharebest\\Webtrees\\Report\\AbstractRenderer
H A DPdfRenderer.php368 $this->tcpdf->setHeaderMargin($this->header_margin);
H A DReportParserGenerate.php436 $this->wt_report->header_margin = 0;
438 $this->wt_report->header_margin = (float) $attrs['headermargin'];