|
| __construct (Zend_Pdf_Element $annotationDictionary) |
| Annotation object constructor.
|
|
| getResource () |
| Get annotation dictionary.
|
|
| setBottom ($bottom) |
| Set bottom edge of the annotation rectangle.
|
|
| getBottom () |
| Get bottom edge of the annotation rectangle.
|
|
| setTop ($top) |
| Set top edge of the annotation rectangle.
|
|
| getTop () |
| Get top edge of the annotation rectangle.
|
|
| setRight ($right) |
| Set right edge of the annotation rectangle.
|
|
| getRight () |
| Get right edge of the annotation rectangle.
|
|
| setLeft ($left) |
| Set left edge of the annotation rectangle.
|
|
| getLeft () |
| Get left edge of the annotation rectangle.
|
|
| getText () |
| Return text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation’s contents in human-readable form.
|
|
| setText ($text) |
| Set text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation’s contents in human-readable form.
|
|
| __construct (Zend_Pdf_Element $annotationDictionary) |
| Annotation object constructor.
|
|