예제 #1
0
 /**
  * @param $property
  * @param $value
  * @param int $emValue
  * @return string
  */
 public function adjustValueForODT($property, $value, $emValue = 0)
 {
     return $this->factory->adjustValueForODT($property, $value, $emValue);
 }