Class GoToAction


  • public class GoToAction
    extends PDFAction
    An action which specifies going to a particular destination
    • Constructor Detail

      • GoToAction

        public GoToAction​(PDFObject obj,
                          PDFObject root)
                   throws java.io.IOException
        Creates a new instance of GoToAction from an object
        Parameters:
        obj - the PDFObject with the action information
        Throws:
        java.io.IOException
      • GoToAction

        public GoToAction​(PDFDestination dest)
        Create a new GoToAction from a destination
    • Method Detail

      • getDestination

        public PDFDestination getDestination()
        Get the destination this action refers to