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:
The ViewDestination for this action.The ViewDestination that this go-to action navigates to.
getPDFDict
PDFDictgetPDFDict()Returns:
The underlying PDF dictionary for this Action.Retrieve the PDFObject representation of this object.
getSubtype
StringgetSubtype()Returns:
The subtype string for this action, such as "GoTo", "URI", "Launch", or "GoToR".The action's subtype.
sameTypeEquals
booleansameTypeEquals(Actionarg0)Parameters
arg0: Action
Returns:
booleansetDestination
voidsetDestination(ViewDestinationdest)Parameters
dest: ViewDestinationThe ViewDestination to set, or null to remove.
Returns:
voidThe ViewDestination that this go-to action navigates to. Setting the destination to null removes the destination entry from the action dictionary.
toString
StringtoString()Returns:
A string describing this Action.Returns a string representation of this Action. The string includes the action's subtype.