Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.max-height.inc.php11 $this->_defaultValue = ValueMaxHeight::fromString("auto");
41 return ValueMaxHeight::fromString('auto');
43 return ValueMaxHeight::fromString($value);
H A Dvalue.max-height.php5 class ValueMaxHeight extends CSSValuePercentage { class
7 return CSSValuePercentage::_fromString($value, new ValueMaxHeight);
11 $value =& parent::_copy(new ValueMaxHeight);