Searched refs:strikeout (Results 1 – 8 of 8) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | output._interface.class.php | 15 function decoration($underline, $overline, $strikeout) { } argument
|
H A D | output.pdflib.class.php | 90 function decoration($underline, $overline, $strikeout) { argument 96 pdf_set_parameter($this->pdf, "strikeout", $strikeout ? "true" : "false");
|
H A D | output.pcl.class.php | 253 function decoration($underline, $overline, $strikeout) { } argument
|
H A D | output.fpdf.class.php | 59 function decoration($underline, $overline, $strikeout) { argument 61 $this->pdf->SetDecoration($underline, $overline, $strikeout);
|
H A D | pdf.fpdf.php | 1068 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 D | output.png.class.php | 301 function decoration($underline, $overline, $strikeout) { } argument
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/ |
H A D | fpdf.php | 977 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 D | pdf.js.map | 1 …sRenderable, /* ignoreBorder = */ true);\n }\n\n /**\n * Render the strikeout annotation's HTM…
|