API Documentation

Pdf/Destination/Named.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Pdf
subpackage
Destination
version
$Id: Named.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Pdf_Destination_Named

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Pdf_Destination_Named

Extends from
Zend_Pdf_Destination
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Pdf
subpackage
Destination
Properties
$_nameElement
Methods
__construct
create
getName
getResource

Description

Destination array: [page /Fit]

Display the page designated by page, with its contents magnified just enough to fit the entire page within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the page within the window in the other dimension.

Properties

$_nameElement

Zend_Pdf_Element_Name|Zend_Pdf_Element_String $_nameElement = ''

Destination name

Details

$_nameElement
Zend_Pdf_Element_Name|Zend_Pdf_Element_String
visibility
protected
default
final
false
static
false

Methods

__construct

__construct(  $resource ) :

Named destination object constructor

Arguments
$resource
Details
visibility
public
final
false
static
false
throws

create

create( string $name ) : Zend_Pdf_Destination_Named

Create named destination object

Arguments
$name
string
Details
visibility
public
final
false
static
true

getName

getName( ) : Zend_Pdf_Element

Get name

Details
visibility
public
final
false
static
false

getResource

getResource( ) : Zend_Pdf_Element

Get resource

Details
visibility
public
final
false
static
false
internal
Documentation was generated by DocBlox.