Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.left.inc.php9 $this->_autoValue = ValueLeft::fromString('auto');
21 return ValueLeft::fromString($value);
H A Dstrategy.width.absolute.positioned.php84 $box->setCSSProperty(CSS_LEFT, ValueLeft::fromString('0'));
H A Dvalue.left.php5 class ValueLeft extends CSSValuePercentage { class
7 return CSSValuePercentage::_fromString($value, new ValueLeft);
11 $value =& parent::_copy(new ValueLeft);