Home
last modified time | relevance | path

Searched refs:base_table_properties (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTable.php41 …this->mpdf->tbctr[$this->mpdf->tableLevel]]['baseProperties'] = $this->mpdf->base_table_properties;
51 $this->mpdf->base_table_properties['LETTER-SPACING'] = $this->mpdf->lSpacingCSS;
52 $this->mpdf->base_table_properties['WORD-SPACING'] = $this->mpdf->wSpacingCSS;
148 $this->mpdf->base_table_properties = [];
284 $this->mpdf->base_table_properties['FONT-FAMILY'] = $this->mpdf->FontFamily;
288 $tableFontSize = $this->sizeConverter->convert($this->mpdf->base_table_properties['FONT-SIZE']);
298 $this->mpdf->base_table_properties['FONT-SIZE'] = $this->mpdf->FontSize . 'mm';
302 $this->mpdf->base_table_properties['FONT-WEIGHT'] = 'BOLD';
307 $this->mpdf->base_table_properties['FONT-STYLE'] = 'ITALIC';
311 $this->mpdf->base_table_properties['COLOR'] = $properties['COLOR'];
[all …]
DTd.php177 …$properties = $this->cssManager->array_merge_recursive_unique($this->mpdf->base_table_properties, …
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php443 var $base_table_properties; variable in Mpdf\\Mpdf
1220 $this->base_table_properties = [];