Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Pdf_Element $dictionary, SplObjectStorage $processedActions) | |
Object constructor. | |
setUri ($uri) | |
Set URI to resolve. | |
getUri () | |
Get URI to resolve. | |
setIsMap ($isMap) | |
Set IsMap property. | |
getIsMap () | |
Get IsMap property. | |
![]() | |
__construct (Zend_Pdf_Element $dictionary, SplObjectStorage $processedActions) | |
Object constructor. | |
getResource () | |
Get resource. | |
dumpAction (Zend_Pdf_ElementFactory_Interface $factory, SplObjectStorage $processedActions=null) | |
Dump Action and its child actions into PDF structures. | |
current () | |
Returns current child action. | |
key () | |
Returns current iterator key. | |
next () | |
Go to next child. | |
rewind () | |
Rewind children. | |
valid () | |
Check if current position is valid. | |
getChildren () | |
Returns the child action. | |
hasChildren () | |
Implements RecursiveIterator interface. | |
count () | |
count() | |
![]() | |
getResource () | |
Get resource. | |
Static Public Member Functions | |
static | create ($uri, $isMap=false) |
Create new Zend_Pdf_Action_URI object using specified uri. | |
![]() | |
static | load (Zend_Pdf_Element $dictionary, SplObjectStorage $processedActions=null) |
Load PDF action object using specified dictionary. | |
![]() | |
static | load (Zend_Pdf_Element $resource) |
Parse resource and return it as an Action or Explicit Destination. | |
Static Protected Member Functions | |
static | _validateUri ($uri) |
Validate URI. | |
Additional Inherited Members | |
![]() | |
$next = array() | |
![]() | |
$_actionDictionary | |
$_originalNextList | |
__construct | ( | Zend_Pdf_Element | $dictionary, |
SplObjectStorage | $processedActions | ||
) |
Object constructor.
Zend_Pdf_Element_Dictionary | $dictionary | |
SplObjectStorage | $processedActions | list of already processed action dictionaries, used to avoid cyclic references |
Zend_Pdf_Exception |
|
staticprotected |
|
static |
Create new Zend_Pdf_Action_URI object using specified uri.
string | $uri | The URI to resolve, encoded in 7-bit ASCII |
boolean | $isMap | A flag specifying whether to track the mouse position when the URI is resolved |
getIsMap | ( | ) |
Get 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.
getUri | ( | ) |
Get URI to resolve.
setIsMap | ( | $isMap | ) |
Set 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.
boolean | $isMap | A flag specifying whether to track the mouse position when the URI is resolved |
setUri | ( | $uri | ) |
Set URI to resolve.
string | $uri | The uri to resolve, encoded in 7-bit ASCII. |