Home
last modified time | relevance | path

Searched refs:_autoValue (Results 1 – 5 of 5) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.height.inc.php7 var $_autoValue; variable in CSSHeight
11 $this->_autoValue = ValueHeight::fromString('auto');
24 return $this->_autoValue->copy();
H A Dcss.right.inc.php9 $this->_autoValue = ValueRight::fromString('auto');
13 return $this->_autoValue->copy();
H A Dcss.left.inc.php9 $this->_autoValue = ValueLeft::fromString('auto');
13 return $this->_autoValue->copy();
H A Dcss.top.inc.php9 $this->_autoValue = ValueTop::fromString('auto');
13 return $this->_autoValue->copy();
H A Dcss.bottom.inc.php30 $this->_autoValue = ValueBottom::fromString('auto');
34 return $this->_autoValue->copy();