Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DHtmlRenderer.php200 …sition: relative; top: auto; height: ', $this->bottom_margin - $this->footer_margin, 'pt;width:', …
216 …footermargin" style="position: relative; top: auto; height: ', $this->footer_margin, 'pt;width:', …
H A DAbstractRenderer.php61 public float $footer_margin = 9.9 * self::MM_TO_POINTS; variable in Fisharebest\\Webtrees\\Report\\AbstractRenderer
H A DPdfRenderer.php369 $this->tcpdf->setFooterMargin($this->footer_margin);
H A DReportParserGenerate.php444 $this->wt_report->footer_margin = 0;
446 $this->wt_report->footer_margin = (float) $attrs['footermargin'];