Zend Framework  1.12
Public Member Functions | Static Public Member Functions | List of all members
Zend_Pdf_Annotation_Link Class Reference

Public Member Functions

 __construct (Zend_Pdf_Element $annotationDictionary)
 Annotation object constructor.
 
 setDestination ($target)
 Set link annotation destination.
 
 getDestination ()
 Get link annotation destination.
 
- Public Member Functions inherited from Zend_Pdf_Annotation
 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 create ($x1, $y1, $x2, $y2, $target)
 Create link annotation object.
 
- Static Public Member Functions inherited from Zend_Pdf_Annotation
static load (Zend_Pdf_Element $resource)
 Load Annotation object from a specified resource.
 

Additional Inherited Members

- Protected Attributes inherited from Zend_Pdf_Annotation
 $_annotationDictionary
 

Constructor & Destructor Documentation

__construct ( Zend_Pdf_Element  $annotationDictionary)

Annotation object constructor.

Exceptions
Zend_Pdf_Exception

Member Function Documentation

static create (   $x1,
  $y1,
  $x2,
  $y2,
  $target 
)
static

Create link annotation object.

Parameters
float$x1
float$y1
float$x2
float$y2
Zend_Pdf_Target | string$target
Returns
Zend_Pdf_Annotation_Link
Exceptions
Zend_Pdf_Exception
getDestination ( )

Get link annotation destination.

Returns
Zend_Pdf_Target|null
setDestination (   $target)

Set link annotation destination.

Parameters
Zend_Pdf_Target | string$target
Returns
Zend_Pdf_Annotation_Link