Home
last modified time | relevance | path

Searched refs:strikeout (Results 1 – 8 of 8) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._interface.class.php15 function decoration($underline, $overline, $strikeout) { } argument
H A Doutput.pdflib.class.php90 function decoration($underline, $overline, $strikeout) { argument
96 pdf_set_parameter($this->pdf, "strikeout", $strikeout ? "true" : "false");
H A Doutput.pcl.class.php253 function decoration($underline, $overline, $strikeout) { } argument
H A Doutput.fpdf.class.php59 function decoration($underline, $overline, $strikeout) { argument
61 $this->pdf->SetDecoration($underline, $overline, $strikeout);
H A Dpdf.fpdf.php1068 var $strikeout; variable in FPDF
1481 function SetDecoration($underline, $overline, $strikeout) { argument
1484 $this->strikeout = $strikeout;
1649 $this->strikeout = false;
2071 if ($this->strikeout && $txt!='') {
H A Doutput.png.class.php301 function decoration($underline, $overline, $strikeout) { } argument
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php977 var $strikeout; variable in FPDF
1389 function SetDecoration($underline, $overline, $strikeout) { argument
1392 $this->strikeout = $strikeout;
1556 $this->strikeout = false;
2116 if ($this->strikeout && $txt!='') {
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …sRenderable, /* ignoreBorder = */ true);\n }\n\n /**\n * Render the strikeout annotation's HTM…