Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (Zend_Pdf_Element $annotationDictionary) | |
![]() | |
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, $text) |
![]() | |
static | load (Zend_Pdf_Element $resource) |
Additional Inherited Members | |
![]() | |
$_annotationDictionary | |
__construct | ( | Zend_Pdf_Element | $annotationDictionary | ) |
Annotation object constructor
Zend_Pdf_Exception |
Definition at line 50 of file Text.php.
|
static |
Create link annotation object
float | $x1 | |
float | $y1 | |
float | $x2 | |
float | $y2 | |
string | $text |
Definition at line 77 of file Text.php.