Zend Framework
1.12
|
Public Member Functions | |
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. | |
Static Public Member Functions | |
static | load (Zend_Pdf_Element $resource) |
Load Annotation object from a specified resource. | |
Protected Attributes | |
$_annotationDictionary | |
__construct | ( | Zend_Pdf_Element | $annotationDictionary | ) |
Annotation object constructor.
Zend_Pdf_Exception |
getBottom | ( | ) |
Get bottom edge of the annotation rectangle.
getLeft | ( | ) |
Get left edge of the annotation rectangle.
getResource | ( | ) |
Get annotation dictionary.
getRight | ( | ) |
Get right 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.
getTop | ( | ) |
Get top edge of the annotation rectangle.
|
static |
Load Annotation object from a specified resource.
setBottom | ( | $bottom | ) |
setLeft | ( | $left | ) |
setRight | ( | $right | ) |
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.
string | $text |
setTop | ( | $top | ) |
|
protected |