Home
last modified time | relevance | path

Searched refs:styleName (Results 1 – 9 of 9) sorted by relevance

/webtrees/app/Report/
H A DReportHtmlText.php43 if ($renderer->getCurrentStyle() !== $this->styleName) {
44 $renderer->setCurrentStyle($this->styleName);
104 $style = $renderer->getStyle($this->styleName);
119 if ($renderer->getCurrentStyle() !== $this->styleName) {
120 $renderer->setCurrentStyle($this->styleName);
H A DReportPdfText.php44 if ($renderer->getCurrentStyle() !== $this->styleName) {
45 $renderer->setCurrentStyle($this->styleName);
118 if ($renderer->getCurrentStyle() !== $this->styleName) {
119 $renderer->setCurrentStyle($this->styleName);
H A DReportHtmlFootnote.php57 if ($renderer->getCurrentStyle() !== $this->styleName) {
58 $renderer->setCurrentStyle($this->styleName);
87 if ($renderer->getCurrentStyle() !== $this->styleName) {
88 $renderer->setCurrentStyle($this->styleName);
H A DReportBaseText.php33 public string $styleName; variable in Fisharebest\\Webtrees\\Report\\ReportBaseText
52 $this->styleName = $style;
82 return $this->styleName;
H A DReportBaseFootnote.php30 public string $styleName = ''; variable in Fisharebest\\Webtrees\\Report\\ReportBaseFootnote
56 $this->styleName = $style;
58 $this->styleName = 'footnote';
H A DReportHtmlCell.php53 if ($renderer->getCurrentStyle() !== $this->styleName) {
54 $renderer->setCurrentStyle($this->styleName);
74 echo '<div class="', $this->styleName, '" style="position:absolute;top:', $this->top, 'pt;';
H A DReportBaseCell.php73 public string $styleName; variable in Fisharebest\\Webtrees\\Report\\ReportBaseCell
145 $this->styleName = $style;
H A DReportPdfFootnote.php56 if ($renderer->getCurrentStyle() !== $this->styleName) {
57 $renderer->setCurrentStyle($this->styleName);
H A DReportPdfCell.php52 if ($renderer->getCurrentStyle() !== $this->styleName) {
53 $renderer->setCurrentStyle($this->styleName);