Example #1
0
 /**
  * Retrive object enumeration shift.
  *
  * @param Zend_Pdf_ElementFactory_Interface $factory
  * @return integer
  * @throws Zend_Pdf_Exception
  */
 public function getEnumerationShift(Zend_Pdf_ElementFactory_Interface $factory)
 {
     return $this->_factory->getEnumerationShift($factory);
 }