Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DAbstractRenderer.php57 public float $bottom_margin = 21.6 * self::MM_TO_POINTS; variable in Fisharebest\\Webtrees\\Report\\AbstractRenderer
H A DPdfRenderer.php370 $this->tcpdf->setAutoPageBreak(true, $this->bottom_margin);
H A DHtmlRenderer.php200 …bottommargin" style="position: relative; top: auto; height: ', $this->bottom_margin - $this->foote…
H A DReportParserGenerate.php428 $this->wt_report->bottom_margin = 0;
430 $this->wt_report->bottom_margin = (float) $attrs['bottommargin'];