Class DirectDestination

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Page getPage()
      The page in the document that this destination is pointing to.
      • Methods inherited from class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.Destination

        getTarget
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getPage

        public Page getPage()
                     throws CorruptException
        The page in the document that this destination is pointing to.
        Throws:
        java.lang.IllegalStateException - the object has already been closed.
        java.lang.IllegalStateException - the associated document has already been closed.
        CorruptException - the page could not be found or does not exist in the document.