Class LinkInfo

java.lang.Object
org.nuxeo.ecm.platform.pdf.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 Details

  • Method Details

    • getPage

      public int getPage()
    • getSubType

      public String getSubType()
    • getText

      public String getText()
    • getLink

      public String getLink()
    • toString

      public String toString()
      Overrides:
      toString in class Object