Searched refs:TextIndentValuePDF (Results 1 – 2 of 2) sorted by relevance
12 return new TextIndentValuePDF(array(0,false)); 21 return new TextIndentValuePDF(array((int)$value, true));23 return new TextIndentValuePDF(array($value, false));
9 class TextIndentValuePDF extends CSSValue { class22 $value =& new TextIndentValuePDF($this->raw_value);30 function TextIndentValuePDF($value) { function in TextIndentValuePDF