Class PDActionGoTo

    • Constructor Detail

      • PDActionGoTo

        public PDActionGoTo()
        Default constructor.
      • PDActionGoTo

        public PDActionGoTo​(COSDictionary a)
        Constructor.
        Parameters:
        a - The action dictionary.
    • Method Detail

      • getDestination

        public PDDestination getDestination()
                                     throws IOException
        This will get the destination to jump to.
        Returns:
        The D entry of the specific go-to action dictionary.
        Throws:
        IOException - If there is an error creating the destination.
      • setDestination

        public void setDestination​(PDDestination d)
        This will set the destination to jump to.
        Parameters:
        d - The destination.
        Throws:
        IllegalArgumentException - if the destination is not a page dictionary object.