Package org.verapdf.gf.model.impl.sa
Class GFSAAnnotation
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.sa.GFSAAnnotation
- All Implemented Interfaces:
Object,SAAnnotation
- Direct Known Subclasses:
GFSALinkAnnotation
- Author:
- Maxim Plushchov
-
Field Summary
FieldsFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
ConstructorsConstructorDescriptionGFSAAnnotation(PDAnnotation annot, PDPage page) GFSAAnnotation(PDAnnotation annot, PDPage page, String type) -
Method Summary
Modifier and TypeMethodDescriptionstatic GFSAAnnotationcreateAnnot(PDAnnotation annot, PDPage page) getAlt()the Alt entry of parent structure elementthe value of the /Contents entrygetF()annotation flagstrue, if annotation rectangle is outside page CropBoxtext located on page in RectMethods 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, isContextDependent
-
Field Details
-
ANNOTATION_TYPE
- See Also:
-
LINK
- See Also:
-
-
Constructor Details
-
GFSAAnnotation
-
GFSAAnnotation
-
-
Method Details
-
gettextValue
Description copied from interface:SAAnnotationtext located on page in Rect- Specified by:
gettextValuein interfaceSAAnnotation
-
createAnnot
-
getisOutsideCropBox
Description copied from interface:SAAnnotationtrue, if annotation rectangle is outside page CropBox- Specified by:
getisOutsideCropBoxin interfaceSAAnnotation
-
getContents
Description copied from interface:SAAnnotationthe value of the /Contents entry- Specified by:
getContentsin interfaceSAAnnotation
-
getAlt
Description copied from interface:SAAnnotationthe Alt entry of parent structure element- Specified by:
getAltin interfaceSAAnnotation
-
getF
Description copied from interface:SAAnnotationannotation flags- Specified by:
getFin interfaceSAAnnotation
-