Exemplo n.º 1
0
 /**
  * Retrive object enumeration shift.
  *
  * @param \Zend\PDF\ObjectFactory\ObjectFactoryInterface $factory
  * @return integer
  * @throws \Zend\PDF\Exception
  */
 public function getEnumerationShift(ObjectFactoryInterface $factory)
 {
     return $this->_factory->getEnumerationShift($factory);
 }