Zend Framework
1.12
|
Public Member Functions | |
getLeftEdge () | |
Get left edge of the displayed page. | |
setLeftEdge ($left) | |
Set left edge of the displayed page. | |
getBottomEdge () | |
Get bottom edge of the displayed page. | |
setBottomEdge ($bottom) | |
Set bottom edge of the displayed page. | |
getRightEdge () | |
Get right edge of the displayed page. | |
setRightEdge ($right) | |
Set right edge of the displayed page. | |
getTopEdge () | |
Get top edge of the displayed page. | |
setTopEdge ($top) | |
Set top edge of the displayed page. | |
![]() | |
__construct (Zend_Pdf_Element $destinationArray) | |
Explicit destination object constructor. | |
isRemote () | |
Returns true if it's a remote destination. | |
getResource () | |
Get resource. | |
Static Public Member Functions | |
static | create ($page, $left, $bottom, $right, $top) |
Create destination object. | |
Additional Inherited Members | |
![]() | |
$_destinationArray | |
$_isRemote | |
|
static |
Create destination object.
Zend_Pdf_Page | integer | $page | Page object or page number |
float | $left | Left edge of displayed page |
float | $bottom | Bottom edge of displayed page |
float | $right | Right edge of displayed page |
float | $top | Top edge of displayed page |
Zend_Pdf_Exception |
getBottomEdge | ( | ) |
Get bottom edge of the displayed page.
getLeftEdge | ( | ) |
Get left edge of the displayed page.
getRightEdge | ( | ) |
Get right edge of the displayed page.
getTopEdge | ( | ) |
Get top edge of the displayed page.
setBottomEdge | ( | $bottom | ) |
Set bottom edge of the displayed page.
float | $bottom |
setLeftEdge | ( | $left | ) |
Set left edge of the displayed page.
float | $left |
setRightEdge | ( | $right | ) |
Set right edge of the displayed page.
float | $right |
setTopEdge | ( | $top | ) |
Set top edge of the displayed page.
float | $top |