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
- Author:
- Maxim Plushchov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.sa.GFSAAnnotation
ANNOTATION_TYPE, LINKFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontrue, if /Alt entry is linktrue, if /Contents entry is linktrue, if text value is linkMethods inherited from class org.verapdf.gf.model.impl.sa.GFSAAnnotation
createAnnot, getAlt, getContents, getF, getisOutsideCropBox, gettextValueMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.salayer.SAAnnotation
getAlt, getContents, getF, getisOutsideCropBox, gettextValue
-
Field Details
-
LINK_ANNOTATION_TYPE
- See Also:
-
-
Constructor Details
-
GFSALinkAnnotation
-
-
Method Details
-
getcontentsIsLink
Description copied from interface:SALinkAnnotationtrue, if /Contents entry is link- Specified by:
getcontentsIsLinkin interfaceSALinkAnnotation
-
getaltIsLink
Description copied from interface:SALinkAnnotationtrue, if /Alt entry is link- Specified by:
getaltIsLinkin interfaceSALinkAnnotation
-
gettextValueIsLink
Description copied from interface:SALinkAnnotationtrue, if text value is link- Specified by:
gettextValueIsLinkin interfaceSALinkAnnotation
-