Home
last modified time | relevance | path

Searched refs:alignRTL (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/Report/
H A DReportHtmlLine.php50 …tion:absolute;overflow:hidden;border-', $renderer->alignRTL, ':solid black 1pt;', $renderer->align…
54 …ition:absolute;overflow:hidden;border-top:solid black 1pt;', $renderer->alignRTL, ':', $this->x1, …
H A DReportHtmlText.php70 …echo '<div style="position:absolute;top:', $startY, 'pt;', $renderer->alignRTL, ':', $startX, 'pt;…
78 …echo '<div style="position:absolute;top:', $startY, 'pt;', $renderer->alignRTL, ':', $startX, 'pt;…
H A DHtmlRenderer.php67 public string $alignRTL = 'left'; variable in Fisharebest\\Webtrees\\Report\\HtmlRenderer
106 $this->alignRTL = 'right';
H A DReportHtmlImage.php65 …echo '<img src="', $this->file, '" style="position:absolute;', $renderer->alignRTL, ':', $this->x,…
H A DReportHtmlCell.php78 echo $renderer->alignRTL, ':', $this->left, 'pt;';
H A DReportHtmlTextbox.php230 echo $renderer->alignRTL, ':', $cX, 'pt;';