Home
last modified time | relevance | path

Searched refs:raw_value (Results 1 – 1 of 1) sorted by path

/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.text-indent.class.php10 var $raw_value; variable in TextIndentValuePDF
13 if ($this->raw_value[1]) {
15 return $box->get_width() * $this->raw_value[0] / 100;
17 return $this->raw_value[0];
22 $value =& new TextIndentValuePDF($this->raw_value);
27 return $this->raw_value[0] == 0;
31 $this->raw_value = $value;
35 $this->raw_value[0] = units2pt($this->raw_value[0], $base);