Home
last modified time | relevance | path

Searched refs:cssManager (Results 26 – 28 of 28) sorted by relevance

12

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DImg.php32 $properties = $this->cssManager->MergeCSS('', 'IMG', $attr);
H A DBlockTag.php36 $p = $this->cssManager->PreviewBlockCSS($tag, $attr);
132 $properties = $this->cssManager->MergeCSS('', $tag, $attr);
337 $properties = $this->cssManager->MergeCSS('BLOCK', $tag, $attr); // mPDF 6 - moved to after page-break-before
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php846 private $cssManager;
1463 $this->cssManager->ReadCSS('<style> ' . $css . ' </style>');
10929 $this->cssManager->CSS['BODY']['FONT-FAMILY'] = $font;
10938 $this->cssManager->CSS['BODY']['FONT-SIZE'] = $fontsize . 'pt';
10945 $this->cssManager->CSS['BODY'][strtoupper($prop)] = $val;
10972 $this->cssManager->CSS['BODY']['DIRECTION'] = $this->directionality;
13203 $html = $this->cssManager->ReadCSS($html);
13218 $zproperties = $this->cssManager->readInlineCSS($mm[1]);
13231 $properties = $this->cssManager->MergeCSS('BLOCK', 'BODY', '');
13233 $properties = $this->cssManager
843 private $cssManager; global() variable in Mpdf\\Mpdf
[all...]

12