Package org.verapdf.model.pdlayer
Interface PDLinkAnnot
- All Known Implementing Classes:
GFPDLinkAnnot
link annotation
-
Method Summary
Modifier and TypeMethodDescriptionobject number and generation number of the Link annotation that targets a different location, but is contained in the same structure element as another Link annotationobject 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 annotationMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDAnnot
getAlt, getAP, getCA, getcontainsA, getcontainsAA, getcontainsC, getcontainsIC, getContents, getF, getFT, getheight, getisArtifact, getisOutsideCropBox, getN_type, getstructParentObjectKey, getstructParentStandardType, getstructParentType, getSubtype, getwidthMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKey
-
Method Details
-
getdifferentTargetAnnotObjectKey
String getdifferentTargetAnnotObjectKey()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 -
getsameTargetAnnotObjectKey
String getsameTargetAnnotObjectKey()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
-