|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| getFactory () | |
| close () | |
| resolve () | |
| getId () | |
| setObjectCount ($objCount) | |
| getObjectCount () | |
| attach (Zend_Pdf_ElementFactory_Interface $factory) | |
| calculateShift (Zend_Pdf_ElementFactory_Interface $factory) | |
| cleanEnumerationShiftCache () | |
| getEnumerationShift (Zend_Pdf_ElementFactory_Interface $factory) | |
| markAsModified (Zend_Pdf_Element_Object $obj) | |
| remove (Zend_Pdf_Element_Object $obj) | |
| newObject (Zend_Pdf_Element $objectValue) | |
| newStreamObject ($streamValue) | |
| listModifiedObjects ($rootFactory=null) | |
| isModified () | |
Definition at line 30 of file Interface.php.
| attach | ( | Zend_Pdf_ElementFactory_Interface | $factory | ) |
Attach factory to the current;
| Zend_Pdf_ElementFactory_Interface | $factory |
Implemented in Zend_Pdf_ElementFactory, and Zend_Pdf_ElementFactory_Proxy.
| calculateShift | ( | Zend_Pdf_ElementFactory_Interface | $factory | ) |
Calculate object enumeration shift.
| Zend_Pdf_ElementFactory_Interface | $factory |
Implemented in Zend_Pdf_ElementFactory, and Zend_Pdf_ElementFactory_Proxy.
| cleanEnumerationShiftCache | ( | ) |
Clean enumeration shift cache. Has to be used after PDF render operation to let followed updates be correct.
| Zend_Pdf_ElementFactory_Interface | $factory |
Implemented in Zend_Pdf_ElementFactory, and Zend_Pdf_ElementFactory_Proxy.
| close | ( | ) |
Close factory and clean-up resources
Implemented in Zend_Pdf_ElementFactory, and Zend_Pdf_ElementFactory_Proxy.
| getEnumerationShift | ( | Zend_Pdf_ElementFactory_Interface | $factory | ) |
Retrive object enumeration shift.
| Zend_Pdf_ElementFactory_Interface | $factory |
| Zend_Pdf_Exception |
Implemented in Zend_Pdf_ElementFactory, and Zend_Pdf_ElementFactory_Proxy.
| getFactory | ( | ) |
Get factory
Implemented in Zend_Pdf_ElementFactory, and Zend_Pdf_ElementFactory_Proxy.
| getId | ( | ) |
Get factory ID
Implemented in Zend_Pdf_ElementFactory, and Zend_Pdf_ElementFactory_Proxy.
| getObjectCount | ( | ) |
Get object counter
Implemented in Zend_Pdf_ElementFactory, and Zend_Pdf_ElementFactory_Proxy.
| isModified | ( | ) |
Check if PDF file was modified
Implemented in Zend_Pdf_ElementFactory, and Zend_Pdf_ElementFactory_Proxy.
| listModifiedObjects | ( | $rootFactory = null | ) |
Enumerate modified objects. Returns array of Zend_Pdf_UpdateInfoContainer
| Zend_Pdf_ElementFactory | $rootFactory |
Implemented in Zend_Pdf_ElementFactory, and Zend_Pdf_ElementFactory_Proxy.
| markAsModified | ( | Zend_Pdf_Element_Object | $obj | ) |
Mark object as modified in context of current factory.
| Zend_Pdf_Element_Object | $obj |
| Zend_Pdf_Exception |
Implemented in Zend_Pdf_ElementFactory, and Zend_Pdf_ElementFactory_Proxy.
| newObject | ( | Zend_Pdf_Element | $objectValue | ) |
Generate new Zend_Pdf_Element_Object
| Zend_Pdf_Element | $objectValue |
Implemented in Zend_Pdf_ElementFactory, and Zend_Pdf_ElementFactory_Proxy.
| newStreamObject | ( | $streamValue | ) |
Generate new Zend_Pdf_Element_Object_Stream
| mixed | $objectValue |
Implemented in Zend_Pdf_ElementFactory, and Zend_Pdf_ElementFactory_Proxy.
| remove | ( | Zend_Pdf_Element_Object | $obj | ) |
Remove object in context of current factory.
| Zend_Pdf_Element_Object | $obj |
| Zend_Pdf_Exception |
Implemented in Zend_Pdf_ElementFactory, and Zend_Pdf_ElementFactory_Proxy.
| resolve | ( | ) |
Get source factory object
Implemented in Zend_Pdf_ElementFactory, and Zend_Pdf_ElementFactory_Proxy.
| setObjectCount | ( | $objCount | ) |
Set object counter
| integer | $objCount |
Implemented in Zend_Pdf_ElementFactory, and Zend_Pdf_ElementFactory_Proxy.