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.
PDF 'Resolve a uniform resource identifier' action
A URI action causes a URI to be resolved.
__construct(
Zend_Pdf_Element_Dictionary $dictionary, SplObjectStorage $processedActions
)
:
Object constructor
Details_validateUri(
string $uri
)
:
trueValidate URI
Detailscreate(
string $uri, boolean $isMap
=
false
)
:
Zend_Pdf_Action_URICreate new Zend_Pdf_Action_URI object using specified uri
DetailsgetIsMap(
)
:
booleanGet IsMap property
If the IsMap flag is true and the user has triggered the URI action by clicking an annotation, the coordinates of the mouse position at the time the action is performed should be transformed from device space to user space and then offset relative to the upper-left corner of the annotation rectangle.
DetailsgetUri(
)
:
stringGet URI to resolve
DetailssetIsMap(
boolean $isMap
)
:
Zend_Pdf_Action_URISet IsMap property
If the IsMap flag is true and the user has triggered the URI action by clicking an annotation, the coordinates of the mouse position at the time the action is performed should be transformed from device space to user space and then offset relative to the upper-left corner of the annotation rectangle.
DetailssetUri(
string $uri
)
:
Zend_Pdf_Action_URISet URI to resolve
Details