Searched refs:setWrapWidth (Results 1 – 5 of 5) sorted by relevance
/webtrees/app/Report/ | ||
H A D | ReportBaseText.php | 63 public function setWrapWidth(float $wrapwidth, float $cellwidth): float function in Fisharebest\\Webtrees\\Report\\ReportBaseText |
H A D | ReportBaseFootnote.php | 70 public function setWrapWidth(float $wrapwidth, float $cellwidth): float function in Fisharebest\\Webtrees\\Report\\ReportBaseFootnote |
H A D | ReportBaseElement.php | 114 public function setWrapWidth(float $wrapwidth, float $cellwidth): float function in Fisharebest\\Webtrees\\Report\\ReportBaseElement |
H A D | ReportHtmlTextbox.php | 170 $ew = $this->elements[$i]->setWrapWidth($cW - $w - 2, $cW); |
H A D | ReportPdfTextBox.php | 171 $ew = $this->elements[$i]->setWrapWidth($cWT - $w, $cWT); |