Class GFPDLinkAnnot

All Implemented Interfaces:
Object, PDAnnot, PDLinkAnnot, PDObject

public class GFPDLinkAnnot extends GFPDAnnot implements PDLinkAnnot
Author:
Maxim Plushchov
  • Field Details

  • Constructor Details

  • Method Details

    • getLinkedObjects

      public List<? extends Object> getLinkedObjects(String link)
      Specified by:
      getLinkedObjects in interface Object
      Overrides:
      getLinkedObjects in class GFPDAnnot
      Parameters:
      link - - the name of a link
      Returns:
      List of objects with the given link
    • getdifferentTargetAnnotObjectKey

      public String getdifferentTargetAnnotObjectKey()
      Description copied from interface: PDLinkAnnot
      object number and generation number of the Link annotation that targets a different location, but is contained in the same structure element as another Link annotation
      Specified by:
      getdifferentTargetAnnotObjectKey in interface PDLinkAnnot
    • getsameTargetAnnotObjectKey

      public String getsameTargetAnnotObjectKey()
      Description copied from interface: PDLinkAnnot
      object number and generation number of the Link annotation that targets the same location, but is contained contains in a different structure element as another Link annotation
      Specified by:
      getsameTargetAnnotObjectKey in interface PDLinkAnnot