Home
last modified time | relevance | path

Searched refs:TextIndentValuePDF (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.text-indent.inc.php12 return new TextIndentValuePDF(array(0,false));
21 return new TextIndentValuePDF(array((int)$value, true));
23 return new TextIndentValuePDF(array($value, false));
H A Dvalue.text-indent.class.php9 class TextIndentValuePDF extends CSSValue { class
22 $value =& new TextIndentValuePDF($this->raw_value);
30 function TextIndentValuePDF($value) { function in TextIndentValuePDF