|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| getTopEdge () | |
| setTopEdge ($top) | |
Public Member Functions inherited from Zend_Pdf_Destination_Explicit | |
| __construct (Zend_Pdf_Element $destinationArray) | |
| isRemote () | |
| getResource () | |
Public Member Functions inherited from Zend_Pdf_Target | |
| getResource () | |
Static Public Member Functions | |
| static | create ($page, $top) |
Static Public Member Functions inherited from Zend_Pdf_Destination | |
| static | load (Zend_Pdf_Element $resource) |
Static Public Member Functions inherited from Zend_Pdf_Target | |
| static | load (Zend_Pdf_Element $resource) |
Additional Inherited Members | |
Protected Attributes inherited from Zend_Pdf_Destination_Explicit | |
| $_destinationArray | |
| $_isRemote | |
Definition at line 48 of file FitBoundingBoxHorizontally.php.
|
static |
Create destination object
| Zend_Pdf_Page | integer | $page | Page object or page number |
| float | $top | Top edge of displayed page |
| Zend_Pdf_Exception |
Definition at line 58 of file FitBoundingBoxHorizontally.php.
| getTopEdge | ( | ) |
Get top edge of the displayed page
Definition at line 82 of file FitBoundingBoxHorizontally.php.
| setTopEdge | ( | $top | ) |
Set top edge of the displayed page
| float | $top |
Definition at line 93 of file FitBoundingBoxHorizontally.php.