Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DAbstractRenderer.php53 public float $right_margin = 9.9 * 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.php412 $this->wt_report->right_margin = 0;
414 $this->wt_report->right_margin = (float) $attrs['rightmargin'];