Searched refs:cellWidth (Results 1 – 2 of 2) sorted by relevance
81 * @param float $cellWidth The width of the cell to use it for text wrapping85 public function getFootnoteHeight(HtmlRenderer $renderer, float $cellWidth = 0): float argument91 if ($cellWidth > 0) {92 $this->text = $renderer->textWrap($this->text, $cellWidth);
482 * @param float $cellWidth486 public function getFootnotesHeight(float $cellWidth): float argument490 $h += $element->getFootnoteHeight($this, $cellWidth);