Home
last modified time | relevance | path

Searched refs:saveInlineProperties (Results 1 – 14 of 14) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTtz.php11 $this->mpdf->InlineProperties['TTZ'] = $this->mpdf->saveInlineProperties();
H A DTts.php11 $this->mpdf->InlineProperties['TTS'] = $this->mpdf->saveInlineProperties();
H A DTta.php11 $this->mpdf->InlineProperties['TTA'] = $this->mpdf->saveInlineProperties();
H A DA.php33 $this->mpdf->InlineProperties['A'] = $this->mpdf->saveInlineProperties();
H A DLegend.php12 $this->mpdf->InlineProperties['LEGEND'] = $this->mpdf->saveInlineProperties();
H A DInlineTag.php43 $this->mpdf->InlineProperties[$tag] = [$this->mpdf->saveInlineProperties()];
45 $this->mpdf->InlineProperties[$tag][] = $this->mpdf->saveInlineProperties();
H A DTextArea.php62 $this->mpdf->InlineProperties['TEXTAREA'] = $this->mpdf->saveInlineProperties();
H A DSelect.php13 $this->mpdf->InlineProperties['SELECT'] = $this->mpdf->saveInlineProperties();
H A DFormFeed.php26 $save_silp = $this->mpdf->saveInlineProperties();
H A DTextCircle.php34 $this->mpdf->InlineProperties['TEXTCIRCLE'] = $this->mpdf->saveInlineProperties();
H A DInput.php66 $this->mpdf->InlineProperties['INPUT'] = $this->mpdf->saveInlineProperties();
H A DBlockTag.php131 $this->mpdf->InlineProperties['BLOCKINTABLE'] = $this->mpdf->saveInlineProperties();
388 $currblk['InlineProperties'] = $this->mpdf->saveInlineProperties();
1306 $save_silp = $this->mpdf->saveInlineProperties();
H A DTable.php40 $this->mpdf->cell['PARENTCELL'] = $this->mpdf->saveInlineProperties();
1217 $save_silp = $this->mpdf->saveInlineProperties();
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php6236 function saveInlineProperties() function in Mpdf\\Mpdf
13247 $this->blk[0]['InlineProperties'] = $this->saveInlineProperties();