Searched refs:noMarginWidth (Results 1 – 1 of 1) sorted by relevance
/webtrees/app/Report/ |
H A D | HtmlRenderer.php | 60 public float $noMarginWidth = 0.0; variable in Fisharebest\\Webtrees\\Report\\HtmlRenderer 103 $this->noMarginWidth = $this->page_width - $this->left_margin - $this->right_margin; 171 …ve; top: auto; height: ', $this->header_margin, 'pt; width: ', $this->noMarginWidth, 'pt;"></div>'; 172 …'<div id="headerdiv" style="position: relative; top: auto; width: ', $this->noMarginWidth, 'pt;">'; 185 …v id="bodydiv" style="position: relative; top: auto; width: ', $this->noMarginWidth, 'pt; height: … 200 …: ', $this->bottom_margin - $this->footer_margin, 'pt;width:', $this->noMarginWidth, 'pt;"></div>'; 201 …id="footerdiv" style="position: relative; top: auto; width: ', $this->noMarginWidth, 'pt;height:au… 216 …tive; top: auto; height: ', $this->footer_margin, 'pt;width:', $this->noMarginWidth, 'pt;"></div>'; 503 return $this->noMarginWidth - $this->X;
|