Home
last modified time | relevance | path

Searched refs:setWrapWidth (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/Report/
H A DReportBaseText.php63 public function setWrapWidth(float $wrapwidth, float $cellwidth): float function in Fisharebest\\Webtrees\\Report\\ReportBaseText
H A DReportBaseFootnote.php70 public function setWrapWidth(float $wrapwidth, float $cellwidth): float function in Fisharebest\\Webtrees\\Report\\ReportBaseFootnote
H A DReportBaseElement.php114 public function setWrapWidth(float $wrapwidth, float $cellwidth): float function in Fisharebest\\Webtrees\\Report\\ReportBaseElement
H A DReportHtmlTextbox.php170 $ew = $this->elements[$i]->setWrapWidth($cW - $w - 2, $cW);
H A DReportPdfTextBox.php171 $ew = $this->elements[$i]->setWrapWidth($cWT - $w, $cWT);