Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DReportBaseText.php59 * @param float $cellwidth
63 public function setWrapWidth(float $wrapwidth, float $cellwidth): float argument
65 $this->wrapWidthCell = $cellwidth;
67 $this->wrapWidthRemaining = $cellwidth;
H A DReportBaseFootnote.php66 * @param float $cellwidth
70 public function setWrapWidth(float $wrapwidth, float $cellwidth): float argument
72 $this->wrapWidthCell = $cellwidth;
74 $this->wrapWidthRemaining = $cellwidth;
H A DReportBaseElement.php110 * @param float $cellwidth
114 public function setWrapWidth(float $wrapwidth, float $cellwidth): float argument