Home
last modified time | relevance | path

Searched refs:wrapwidth (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Report/
H A DReportBaseText.php58 * @param float $wrapwidth
63 public function setWrapWidth(float $wrapwidth, float $cellwidth): float argument
69 $this->wrapWidthRemaining = $wrapwidth;
H A DReportBaseFootnote.php65 * @param float $wrapwidth
70 public function setWrapWidth(float $wrapwidth, float $cellwidth): float argument
76 $this->wrapWidthRemaining = $wrapwidth;
H A DReportBaseElement.php109 * @param float $wrapwidth
114 public function setWrapWidth(float $wrapwidth, float $cellwidth): float argument