SetaPDF_Core_Document_Action_GoToR Class representing a remote go-to action.
File: /SetaPDF v2/Core/Document/Action/GoToR.php
Go to a destination in another PDF file instead of the current file. See PDF 32000-1:2008 - 12.6.4.3
Class hierarchy
Summary
Properties
Static Methods
byObjectOrDictionary()
Creates an action object by an action dictionary.
Parameters
- $objectOrDictionary : SetaPDF_Core_Type_IndirectObject|SetaPDF_Core_Type_IndirectReference|SetaPDF_Core_Type_Dictionary
Exceptions
Throws SetaPDF_Core_Type_Exception
Throws InvalidArgumentException
createActionDictionary()
Create a remote go-to Action dictionary.
Parameters
- $destination : string|SetaPDF_Core_Type_Array|SetaPDF_Core_Type_Name|SetaPDF_Core_Type_String
- $file : string|SetaPDF_Core_FileSpecification|SetaPDF_Core_Type_Dictionary
The path to the file, a file specification or a dictionary representing a file specification.
Exceptions
Throws InvalidArgumentException
Throws SetaPDF_Core_Type_Exception
Methods
__construct()
The constructor.
Parameters
- $objectOrDictionary : string|SetaPDF_Core_Type_Dictionary|SetaPDF_Core_Type_IndirectObjectInterface
Exceptions
Throws InvalidArgumentException
Throws SetaPDF_Core_Type_Exception
addNext()
Add an additional action to the next value of this action.
Parameters
Exceptions
Throws SetaPDF_Core_Type_Exception
getDestination()
Get the destination object.
Parameters
- $document : SetaPDF_Core_Document
Exceptions
Throws BadMethodCallException
getFile()
Get the file in which the destination shall be located.
Exceptions
Throws SetaPDF_Core_Type_Exception
getIndirectObject()
Get the indirect object of this annotation or creates it in the specific document context.
Parameters
- $document : SetaPDF_Core_Document
The document instance
getNewWindow()
Get the flag specifying whether to open the destination document in a new window.
Return Values
A boolean value if specified. Otherwise "null".
Exceptions
Throws SetaPDF_Core_Type_Exception
getNext()
Gets the PDF value of the next entry.
setDestination()
Set the destination.
Parameters
- $destination : string|SetaPDF_Core_Type_Array|SetaPDF_Core_Type_Name|SetaPDF_Core_Type_String|SetaPDF_Core_Document_Destination
Exceptions
Throws InvalidArgumentException
setFile()
Set the file in which the destination shall be located.
Parameters
- $file : SetaPDF_Core_FileSpecification|string
Exceptions
Throws SetaPDF_Core_Type_Exception
setIndirectObject()
Set the indirect object of this annotation.
Parameters
- $indirectReference : SetaPDF_Core_Type_IndirectObjectInterface
setNewWindow()
Set the flag specifying whether to open the destination document in a new window.
Parameters
- $newWindow : boolean|null
Whether to open the destination in a new window or not. To use the reader preferences remove this flag by passing "null".
setNext()
Set the next action which should be executed after this one.