Package org.verapdf.model.salayer
Interface SALinkAnnotation
-
- All Superinterfaces:
Object,SAAnnotation
- All Known Implementing Classes:
GFSALinkAnnotation
public interface SALinkAnnotation extends SAAnnotation
link annotation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetaltIsLink()true, if /Alt entry is linkBooleangetcontentsIsLink()true, if /Contents entry is linkBooleangettextValueIsLink()true, if text value is link-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.salayer.SAAnnotation
getAlt, getContents, getF, getisOutsideCropBox, gettextValue
-
-