Lines Matching refs:style
201 $style = $this->getStyle($s);
202 $this->tcpdf->setFont($style['font'], $style['style'], $style['size']);
279 $style = $this->getStyle($this->currentStyle);
281 return $style['size'];
410 * @param string $style The name of the text style
422 …h, float $height, string $border, string $align, string $bgcolor, string $style, int $ln, float $t… argument
424 …return new ReportPdfCell($width, $height, $border, $align, $bgcolor, $style, $ln, $top, $left, $fi…
438 * @param string $style
454 string $style, argument
459 …x($width, $height, $border, $bgcolor, $newline, $left, $top, $pagecheck, $style, $fill, $padding, …
465 * @param string $style
470 public function createText(string $style, string $color): ReportBaseText argument
472 return new ReportPdfText($style, $color);
478 * @param string $style Style name
482 public function createFootnote(string $style): ReportBaseFootnote argument
484 return new ReportPdfFootnote($style);