|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| 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 | load (Zend_Pdf_Element $resource) |
Protected Attributes | |
| $_annotationDictionary | |
Definition at line 38 of file Annotation.php.
| __construct | ( | Zend_Pdf_Element | $annotationDictionary | ) |
Annotation object constructor
| Zend_Pdf_Exception |
Definition at line 189 of file Annotation.php.
| getBottom | ( | ) |
Get bottom edge of the annotation rectangle.
Definition at line 77 of file Annotation.php.
| getLeft | ( | ) |
Get left edge of the annotation rectangle.
Definition at line 143 of file Annotation.php.
| getResource | ( | ) |
| getRight | ( | ) |
Get right edge of the annotation rectangle.
Definition at line 121 of file Annotation.php.
| 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.
Definition at line 154 of file Annotation.php.
| getTop | ( | ) |
Get top edge of the annotation rectangle.
Definition at line 99 of file Annotation.php.
|
static |
Load Annotation object from a specified resource
Definition at line 226 of file Annotation.php.
| setBottom | ( | $bottom | ) |
Set bottom edge of the annotation rectangle.
| float | $bottom |
Definition at line 65 of file Annotation.php.
| setLeft | ( | $left | ) |
Set left edge of the annotation rectangle.
| float | $left |
Definition at line 131 of file Annotation.php.
| setRight | ( | $right | ) |
Set right edge of the annotation rectangle.
| float | $right |
Definition at line 109 of file Annotation.php.
| 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 |
Definition at line 170 of file Annotation.php.
| setTop | ( | $top | ) |
Set top edge of the annotation rectangle.
| float | $top |
Definition at line 87 of file Annotation.php.
|
protected |
Definition at line 45 of file Annotation.php.