Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DAbstractRenderer.php51 public float $left_margin = 18.0 * 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 DHtmlRenderer.php103 $this->noMarginWidth = $this->page_width - $this->left_margin - $this->right_margin;
H A DReportParserGenerate.php404 $this->wt_report->left_margin = 0;
406 $this->wt_report->left_margin = (float) $attrs['leftmargin'];