Searched refs:alignRTL (Results 1 – 6 of 6) sorted by relevance
/webtrees/app/Report/ |
H A D | ReportHtmlLine.php | 50 …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 D | ReportHtmlText.php | 70 …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 D | HtmlRenderer.php | 67 public string $alignRTL = 'left'; variable in Fisharebest\\Webtrees\\Report\\HtmlRenderer 106 $this->alignRTL = 'right';
|
H A D | ReportHtmlImage.php | 65 …echo '<img src="', $this->file, '" style="position:absolute;', $renderer->alignRTL, ':', $this->x,…
|
H A D | ReportHtmlCell.php | 78 echo $renderer->alignRTL, ':', $this->left, 'pt;';
|
H A D | ReportHtmlTextbox.php | 230 echo $renderer->alignRTL, ':', $cX, 'pt;';
|