Searched refs:getRemainingWidth (Results 1 – 8 of 8) sorted by relevance
/webtrees/app/Report/ |
H A D | ReportHtmlImage.php | 53 …position:absolute;top:', $this->y, 'pt;left:0pt;width:', $renderer->getRemainingWidth(), "pt;text-… 57 …position:absolute;top:', $this->y, 'pt;left:0pt;width:', $renderer->getRemainingWidth(), "pt;text-… 61 …position:absolute;top:', $this->y, 'pt;left:0pt;width:', $renderer->getRemainingWidth(), "pt;text-…
|
H A D | TcpdfWrapper.php | 34 public function getRemainingWidth(): float function in Fisharebest\\Webtrees\\Report\\TcpdfWrapper 36 return parent::getRemainingWidth();
|
H A D | PdfRenderer.php | 248 return $this->tcpdf->getRemainingWidth() + $m['right']; 251 return $this->tcpdf->getRemainingWidth() + $m['left']; 347 return $this->tcpdf->getRemainingWidth();
|
H A D | ReportHtmlCell.php | 114 if ($this->width === 0.0 || $this->width > $renderer->getRemainingWidth()) { 115 $this->width = $renderer->getRemainingWidth();
|
H A D | ReportHtmlTextbox.php | 142 if ($this->width === 0.0 || $this->width > $renderer->getRemainingWidth()) { 143 $this->width = $renderer->getRemainingWidth();
|
H A D | ReportHtmlLine.php | 43 $this->x2 = $renderer->getRemainingWidth();
|
H A D | ReportHtmlText.php | 65 $width = $renderer->getRemainingWidth();
|
H A D | HtmlRenderer.php | 501 public function getRemainingWidth(): float function in Fisharebest\\Webtrees\\Report\\HtmlRenderer
|