Class LinkInfo


  • public class LinkInfo
    extends Object
    Utility class storing information about a link in the PDF.

    Notice the url member is not strictly referencing a URL, nor an URI etc. It is a String value, as originally stored in the PDF.

    Since:
    8.10
    • Constructor Detail

    • Method Detail

      • getPage

        public int getPage()
      • getSubType

        public String getSubType()
      • getText

        public String getText()
      • getLink

        public String getLink()