Package org.verapdf.gf.model.impl.sa
Class GFSALinkAnnotation
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.sa.GFSAAnnotation
-
- org.verapdf.gf.model.impl.sa.GFSALinkAnnotation
-
- All Implemented Interfaces:
Object,SAAnnotation,SALinkAnnotation
public class GFSALinkAnnotation extends GFSAAnnotation implements SALinkAnnotation
- Author:
- Maxim Plushchov
-
-
Field Summary
Fields Modifier and Type Field Description static StringLINK_ANNOTATION_TYPE-
Fields inherited from class org.verapdf.gf.model.impl.sa.GFSAAnnotation
ANNOTATION_TYPE, LINK
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFSALinkAnnotation(PDAnnotation annot, PDPage page)
-
Method Summary
All Methods Instance Methods Concrete 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 class org.verapdf.gf.model.impl.sa.GFSAAnnotation
createAnnot, getAlt, getContents, getF, getisOutsideCropBox, gettextValue
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
LINK_ANNOTATION_TYPE
public static final String LINK_ANNOTATION_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFSALinkAnnotation
public GFSALinkAnnotation(PDAnnotation annot, PDPage page)
-
-
Method Detail
-
getcontentsIsLink
public Boolean getcontentsIsLink()
Description copied from interface:SALinkAnnotationtrue, if /Contents entry is link- Specified by:
getcontentsIsLinkin interfaceSALinkAnnotation
-
getaltIsLink
public Boolean getaltIsLink()
Description copied from interface:SALinkAnnotationtrue, if /Alt entry is link- Specified by:
getaltIsLinkin interfaceSALinkAnnotation
-
gettextValueIsLink
public Boolean gettextValueIsLink()
Description copied from interface:SALinkAnnotationtrue, if text value is link- Specified by:
gettextValueIsLinkin interfaceSALinkAnnotation
-
-