Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Pdf_ElementFactory_Interface $factory) | |
Object constructor. | |
__destruct () | |
getFactory () | |
Get factory. | |
close () | |
Close factory and clean-up resources. | |
resolve () | |
Get source factory object. | |
getId () | |
Get factory ID. | |
setObjectCount ($objCount) | |
Set object counter. | |
getObjectCount () | |
Get object counter. | |
attach (Zend_Pdf_ElementFactory_Interface $factory) | |
Attach factory to the current;. | |
calculateShift (Zend_Pdf_ElementFactory_Interface $factory) | |
Calculate object enumeration shift. | |
cleanEnumerationShiftCache () | |
Clean enumeration shift cache. | |
getEnumerationShift (Zend_Pdf_ElementFactory_Interface $factory) | |
Retrive object enumeration shift. | |
markAsModified (Zend_Pdf_Element_Object $obj) | |
Mark object as modified in context of current factory. | |
remove (Zend_Pdf_Element_Object $obj) | |
Remove object in context of current factory. | |
newObject (Zend_Pdf_Element $objectValue) | |
Generate new Zend_Pdf_Element_Object. | |
newStreamObject ($streamValue) | |
Generate new Zend_Pdf_Element_Object_Stream. | |
listModifiedObjects ($rootFactory=null) | |
Enumerate modified objects. | |
isModified () | |
Check if PDF file was modified. | |
__construct | ( | Zend_Pdf_ElementFactory_Interface | $factory | ) |
Object constructor.
Zend_Pdf_ElementFactory_Interface | $factory |
__destruct | ( | ) |
attach | ( | Zend_Pdf_ElementFactory_Interface | $factory | ) |
Attach factory to the current;.
Zend_Pdf_ElementFactory_Interface | $factory |
Implements Zend_Pdf_ElementFactory_Interface.
calculateShift | ( | Zend_Pdf_ElementFactory_Interface | $factory | ) |
Calculate object enumeration shift.
Implements Zend_Pdf_ElementFactory_Interface.
cleanEnumerationShiftCache | ( | ) |
Clean enumeration shift cache.
Has to be used after PDF render operation to let followed updates be correct.
Zend_Pdf_ElementFactory_Interface | $factory |
Implements Zend_Pdf_ElementFactory_Interface.
close | ( | ) |
Close factory and clean-up resources.
Implements Zend_Pdf_ElementFactory_Interface.
getEnumerationShift | ( | Zend_Pdf_ElementFactory_Interface | $factory | ) |
Retrive object enumeration shift.
Zend_Pdf_ElementFactory_Interface | $factory |
Zend_Pdf_Exception |
Implements Zend_Pdf_ElementFactory_Interface.
getFactory | ( | ) |
getId | ( | ) |
getObjectCount | ( | ) |
isModified | ( | ) |
listModifiedObjects | ( | $rootFactory = null | ) |
Enumerate modified objects.
Returns array of Zend_Pdf_UpdateInfoContainer
Zend_Pdf_ElementFactory | $rootFactory |
Implements Zend_Pdf_ElementFactory_Interface.
markAsModified | ( | Zend_Pdf_Element_Object | $obj | ) |
Mark object as modified in context of current factory.
Zend_Pdf_Element_Object | $obj |
Zend_Pdf_Exception |
Implements Zend_Pdf_ElementFactory_Interface.
newObject | ( | Zend_Pdf_Element | $objectValue | ) |
Generate new Zend_Pdf_Element_Object.
Zend_Pdf_Element | $objectValue |
Implements Zend_Pdf_ElementFactory_Interface.
newStreamObject | ( | $streamValue | ) |
Generate new Zend_Pdf_Element_Object_Stream.
mixed | $objectValue |
Implements Zend_Pdf_ElementFactory_Interface.
remove | ( | Zend_Pdf_Element_Object | $obj | ) |
Remove object in context of current factory.
Zend_Pdf_Element_Object | $obj |
Zend_Pdf_Exception |
Implements Zend_Pdf_ElementFactory_Interface.
resolve | ( | ) |
Get source factory object.
Implements Zend_Pdf_ElementFactory_Interface.
setObjectCount | ( | $objCount | ) |