|
| __construct ($val) |
| Object constructor.
|
|
| getType () |
| Return type of the element.
|
|
| toString ($factory=null) |
| Return object as string.
|
|
| getType () |
| Return type of the element.
|
|
| toString ($factory=null) |
| Convert element to a string, which can be directly written to a PDF file.
|
|
| makeClone (Zend_Pdf_ElementFactory $factory, array &$processed, $mode) |
| Detach PDF object from the factory (if applicable), clone it and attach to new factory.
|
|
| setParentObject (Zend_Pdf_Element_Object $parent) |
| Set top level parent indirect object.
|
|
| getParentObject () |
| Get top level parent indirect object.
|
|
| touch () |
| Mark object as modified, to include it into new PDF file segment.
|
|
| cleanUp () |
| Clean up resources, used by object.
|
|
| toPhp () |
| Convert PDF element to PHP type.
|
|