Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DHtmlRenderer.php98 $tmpw = $this->page_width;
99 $this->page_width = $this->page_height;
103 $this->noMarginWidth = $this->page_width - $this->left_margin - $this->right_margin;
H A DAbstractRenderer.php73 public float $page_width = 0.0; variable in Fisharebest\\Webtrees\\Report\\AbstractRenderer
335 …[$this->page_width, $this->page_height] = self::PAPER_SIZES[$this->page_format] ?? self::PAPER_SIZ…
H A DPdfRenderer.php361 [$this->page_width, $this->page_height],
H A DReportParserGenerate.php394 $this->wt_report->page_width = (float) $attrs['customwidth'];