GoToAction Class Documentation
classGoToAction : ActionNamespace:com::datalogics::PDFL
- Inherits from:
Action
Detailed Description
A go-to action can be executed in a PDF document. A go-to action includes a hyperlink that, when clicked, takes the reader to a different place within the same document.
The action is linked to a bookmark within the document.
A remote go-to action includes a hyperlink that takes the reader to a destination in a separate document.
Uses types
Constructor & Destructor Documentation
GoToAction
GoToAction(ViewDestinationdest)Parameters
dest: ViewDestinationThe ViewDestination contained in this class.
General constructor
Member Function Documentation
DisposeChildren
voidDisposeChildren()Returns:
void[static initializer]
static void[static initializer]()delete
synchronized voiddelete(Booleandisposing)Parameters
disposing: Boolean
Returns:
synchronized voiddelete
synchronized voiddelete()Returns:
synchronized voidequals
booleanequals(Objectrhs)Parameters
rhs: Object
Returns:
booleanfinalize
voidfinalize()Returns:
voidgetDestination
ViewDestinationgetDestination()Returns:
ViewDestinationThe Destination for this action
getPDFDict
PDFDictgetPDFDict()Returns:
PDFDictRetrieve the PDFObject representation of this object
getSubtype
StringgetSubtype()Returns:
StringThe action's subtype
sameTypeEquals
booleansameTypeEquals(Actionarg0)Parameters
arg0: Action
Returns:
booleansetDestination
voidsetDestination(ViewDestinationdest)Parameters
dest: ViewDestination
Returns:
voidThe Destination for this action
toString
StringtoString()Returns:
String