Class GoToAction

java.lang.Object
com.datalogics.PDFL.Action
com.datalogics.PDFL.GoToAction

public class GoToAction extends Action
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.

  • Constructor Details

    • GoToAction

      public GoToAction(ViewDestination dest)
      General constructor

      Parameters:
      dest - The ViewDestination contained in this class.
  • Method Details

    • delete

      public void delete()
      Overrides:
      delete in class Action
    • getDestination

      public ViewDestination getDestination()
      The Destination for this action

    • setDestination

      public void setDestination(ViewDestination dest)
      The Destination for this action