Class LinkAnnotation

java.lang.Object
org.jpedal.io.annotation.WritableAnnotation
org.jpedal.io.annotation.LinkAnnotation

public class LinkAnnotation extends WritableAnnotation
Class generates Link Annotation
See Also:
  • Constructor Details

    • LinkAnnotation

      public LinkAnnotation(int page, float x0, float y0, float x1, float y1, String url)
      Constructor for creating Circle Annotation
      Parameters:
      page - the page number where annotation to be appeared (starting from 0)
      x0 - pdf based min x point
      y0 - pdf based min y point
      x1 - pdf based max x point
      y1 - pdf based max y point
      url - url to be shown when the linked box clicked
    • LinkAnnotation

      public LinkAnnotation(int page, float x0, float y0, float x1, float y1, FormObject form)
  • Method Details