Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (Zend_Pdf_Element $annotationDictionary) | |
setDestination ($target) | |
getDestination () | |
![]() | |
getResource () | |
setBottom ($bottom) | |
getBottom () | |
setTop ($top) | |
getTop () | |
setRight ($right) | |
getRight () | |
setLeft ($left) | |
getLeft () | |
getText () | |
setText ($text) | |
__construct (Zend_Pdf_Element $annotationDictionary) | |
Static Public Member Functions | |
static | create ($x1, $y1, $x2, $y2, $target) |
![]() | |
static | load (Zend_Pdf_Element $resource) |
Additional Inherited Members | |
![]() | |
$_annotationDictionary | |
__construct | ( | Zend_Pdf_Element | $annotationDictionary | ) |
Annotation object constructor
Zend_Pdf_Exception |
Definition at line 53 of file Link.php.
|
static |
Create link annotation object
float | $x1 | |
float | $y1 | |
float | $x2 | |
float | $y2 | |
Zend_Pdf_Target | string | $target |
Zend_Pdf_Exception |
Definition at line 81 of file Link.php.
getDestination | ( | ) |
Get link annotation destination
Definition at line 148 of file Link.php.
setDestination | ( | $target | ) |
Set link annotation destination
Zend_Pdf_Target | string | $target |
Definition at line 119 of file Link.php.