Searched refs:numText (Results 1 – 3 of 3) sorted by relevance
/webtrees/app/Report/ |
H A D | ReportPdfFootnote.php | 43 …$renderer->tcpdf->Write($renderer->getCurrentStyleHeight(), $this->numText, $this->addlink); //sou… 117 $lw = ceil($renderer->tcpdf->GetStringWidth($this->numText)); 119 $lfct = substr_count($this->numText, "\n") + 1; 126 $lines = explode("\n", $this->numText); 168 $this->numText = $newtext; 169 $lfct = substr_count($this->numText, "\n"); 179 $lfct = substr_count($this->numText, "\n");
|
H A D | ReportHtmlFootnote.php | 127 $lw = $renderer->getStringWidth($this->numText); 129 $lfct = $renderer->countLines($this->numText); 136 $lines = explode("\n", $this->numText); 178 $this->numText = $newtext; 179 $lfct = substr_count($this->numText, "\n"); 189 $lfct = substr_count($this->numText, "\n");
|
H A D | ReportBaseFootnote.php | 36 public string $numText = ''; variable in Fisharebest\\Webtrees\\Report\\ReportBaseFootnote 73 if (str_contains($this->numText, "\n")) { 92 $this->numText = $n . ' ';
|